whitespace - thingmenu - A simple graphical menu launcher for X11.
 (HTM) git clone git://bitreich.org/thingmenu
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) LICENSE
       ---
 (DIR) commit 32183505ec4dc9c66e4d6afc64a53054e6459c89
 (DIR) parent 2c8bfd20bd0a5f65d9b513083210049701420ad6
 (HTM) Author: Stephen Paul Weber <singpolyma@singpolyma.net>
       Date:   Mon, 31 Oct 2011 18:32:10 -0500
       
       whitespace
       
       Diffstat:
         M thingmenu.c                         |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/thingmenu.c b/thingmenu.c
       @@ -276,7 +276,7 @@ void
        drawentry(Entry *e)
        {
                int x, y, h, len;
       -        XRectangle r = { e->x, e->y, e->w, e->h};
       +        XRectangle r = { e->x, e->y, e->w, e->h };
                const char *l;
                ulong *col;