diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-08-15 07:18:22 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-15 07:18:22 -0400 |
commit | d2e796edb7256bb2e2b694a13c86e8bee7056309 (patch) | |
tree | 11bc14a473bdd501de890ee20189ce9e05327ed4 /xcursor/wlr_cursor.c | |
parent | 5ca88af557178c0081fd408ae008686b79d6dd9c (diff) | |
parent | 7d0bf9a1a77420f09389bda1acafcd4bd42e82f1 (diff) |
Merge pull request #86 from nyorain/master
Fix style issues
Diffstat (limited to 'xcursor/wlr_cursor.c')
-rw-r--r-- | xcursor/wlr_cursor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xcursor/wlr_cursor.c b/xcursor/wlr_cursor.c index 3a7da05b..85e0d3be 100644 --- a/xcursor/wlr_cursor.c +++ b/xcursor/wlr_cursor.c @@ -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++) { |