Fix style issues

This commit is contained in:
nyorain 2017-08-14 17:09:56 +02:00
parent 53052b3f6e
commit f998bb8299
14 changed files with 36 additions and 18 deletions

View file

@ -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++) {