tmade some whitespacing consistent. - dmenu - Dmenu fork with xft fonts.
 (HTM) git clone git://r-36.net/dmenu
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 63c9e30a7638a1e8e845fb32c9284f118b3102ed
 (DIR) parent 015f51ac46adac6befd81754a8f01676eaf1f6a4
 (HTM) Author: Sander van Dijk <a.h.vandijk@gmail.com>
       Date:   Sun, 23 Mar 2008 21:11:42 +0100
       
       made some whitespacing consistent.
       Diffstat:
         dmenu.c                             |       6 +++---
       
       1 file changed, 3 insertions(+), 3 deletions(-)
       ---
 (DIR) diff --git a/dmenu.c b/dmenu.c
       t@@ -295,7 +295,7 @@ grabkeyboard(void) {
        
                for(len = 1000; len; len--) {
                        if(XGrabKeyboard(dpy, root, True, GrabModeAsync, GrabModeAsync, CurrentTime)
       -                        == GrabSuccess)
       +                == GrabSuccess)
                                break;
                        usleep(1000);
                }
       t@@ -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) {