commit 63c9e30a7638a1e8e845fb32c9284f118b3102ed
parent 015f51ac46adac6befd81754a8f01676eaf1f6a4
Author: Sander van Dijk <a.h.vandijk@gmail.com>
Date: Sun, 23 Mar 2008 21:11:42 +0100
made some whitespacing consistent.
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dmenu.c b/dmenu.c
@@ -295,7 +295,7 @@ grabkeyboard(void) {
for(len = 1000; len; len--) {
if(XGrabKeyboard(dpy, root, True, GrabModeAsync, GrabModeAsync, CurrentTime)
- == GrabSuccess)
+ == GrabSuccess)
break;
usleep(1000);
}
@@ -361,8 +361,8 @@ kpress(XKeyEvent * e) {
}
}
if(IsFunctionKey(ksym) || IsKeypadKey(ksym)
- || IsMiscFunctionKey(ksym) || IsPFKey(ksym)
- || IsPrivateKeypadKey(ksym))
+ || IsMiscFunctionKey(ksym) || IsPFKey(ksym)
+ || IsPrivateKeypadKey(ksym))
return;
/* first check if a control mask is omitted */
if(e->state & ControlMask) {