mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
Fix style issues
This commit is contained in:
parent
53052b3f6e
commit
f998bb8299
14 changed files with 36 additions and 18 deletions
|
|
@ -269,7 +269,7 @@ void wlr_cursor_theme_destroy(struct wlr_cursor_theme *theme) {
|
|||
}
|
||||
|
||||
struct wlr_cursor *wlr_cursor_theme_get_cursor(struct wlr_cursor_theme *theme,
|
||||
const char *name) {
|
||||
const char *name) {
|
||||
unsigned int i;
|
||||
|
||||
for (i = 0; i < theme->cursor_count; i++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue