aboutsummaryrefslogtreecommitdiff
path: root/xcursor/wlr_cursor.c
diff options
context:
space:
mode:
authornyorain <nyorain@gmail.com>2017-08-14 17:09:56 +0200
committernyorain <nyorain@gmail.com>2017-08-14 17:09:56 +0200
commitf998bb82995c2086e05b0949bef76506740407f4 (patch)
tree732d20c340a6cae30a49e91019608ee6e0b24e9b /xcursor/wlr_cursor.c
parent53052b3f6e457f35d46fc3a71bd7eac96e55a484 (diff)
Fix style issues
Diffstat (limited to 'xcursor/wlr_cursor.c')
-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++) {