aboutsummaryrefslogtreecommitdiff
path: root/xcursor
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-08-15 07:18:22 -0400
committerGitHub <noreply@github.com>2017-08-15 07:18:22 -0400
commitd2e796edb7256bb2e2b694a13c86e8bee7056309 (patch)
tree11bc14a473bdd501de890ee20189ce9e05327ed4 /xcursor
parent5ca88af557178c0081fd408ae008686b79d6dd9c (diff)
parent7d0bf9a1a77420f09389bda1acafcd4bd42e82f1 (diff)
Merge pull request #86 from nyorain/master
Fix style issues
Diffstat (limited to 'xcursor')
-rw-r--r--xcursor/wlr_cursor.c2
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++) {