made some whitespacing consistent.

This commit is contained in:
Sander van Dijk 2008-03-23 21:11:42 +01:00
parent 015f51ac46
commit 63c9e30a76
1 changed files with 3 additions and 3 deletions

View File

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