]> git.sur5r.net Git - i3/i3lock/commitdiff
cleanup indention left-overs 2.1
authorMichael Stapelberg <michael@stapelberg.de>
Sun, 13 Mar 2011 19:24:25 +0000 (20:24 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 13 Mar 2011 19:24:25 +0000 (20:24 +0100)
i3lock.c

index c8341d6c328fb69495febbcbbe191225d923595d..a570e0936df139741c9504a09f4d73819fef4c5d 100644 (file)
--- a/i3lock.c
+++ b/i3lock.c
@@ -182,15 +182,15 @@ static void handle_key_press(xcb_key_press_event_t *event) {
 #endif
 
     if (xcb_is_modifier_key(sym) || xcb_is_cursor_key(sym))
-            return;
+        return;
 
     //printf("sym = %c (%d)\n", sym, sym);
 
     /* convert the keysym to UCS */
     uint16_t ucs = keysym2ucs(sym);
     if ((int16_t)ucs == -1) {
-            fprintf(stderr, "Keysym could not be converted to UCS, skipping\n");
-            return;
+        fprintf(stderr, "Keysym could not be converted to UCS, skipping\n");
+        return;
     }
 
     /* store the UCS in a string to convert it */