summaryrefslogtreecommitdiff
path: root/i3lock.c
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2011-03-13 20:24:25 +0100
committerMichael Stapelberg <michael@stapelberg.de>2011-03-13 20:24:25 +0100
commit6b0ce0d5aa4445f88649490f2e363c4152951109 (patch)
tree303f0fd782836f4f099d3f533456a1129dff8678 /i3lock.c
parent7128f80020a65b9e600f1791e2891f27793b2e52 (diff)
cleanup indention left-overs
Diffstat (limited to 'i3lock.c')
-rw-r--r--i3lock.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/i3lock.c b/i3lock.c
index c8341d6..a570e09 100644
--- 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 */