summary refs log tree commit diff
path: root/menu.c
diff options
context:
space:
mode:
authorokan <okan>2013-05-20 21:32:00 +0000
committerokan <okan>2013-05-20 21:32:00 +0000
commitc2042cd5238e74bcc3763a1e90917425eb41964e (patch)
treec1fe712992149e9f53943921052d1a1ae05c8929 /menu.c
parentad8020e17dc6277cc956d00eb869fc8703079f5f (diff)
downloadcwm-c2042cd5238e74bcc3763a1e90917425eb41964e.tar.gz
cwm-c2042cd5238e74bcc3763a1e90917425eb41964e.tar.xz
cwm-c2042cd5238e74bcc3763a1e90917425eb41964e.zip
stray whitespace
Diffstat (limited to 'menu.c')
-rw-r--r--menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/menu.c b/menu.c
index 5313efb..6816006 100644
--- a/menu.c
+++ b/menu.c
@@ -451,7 +451,7 @@ menu_draw_entry(struct menu_ctx *mc, struct menu_q *resultq,
 		return;
 
 	color = active ? CWM_COLOR_MENU_FG : CWM_COLOR_MENU_BG;
-	text = mi->print[0] != '\0' ?  mi->print : mi->text;
+	text = mi->print[0] != '\0' ? mi->print : mi->text;
 	XftDrawRect(sc->xftdraw, &sc->xftcolor[color], 0,
 	    (sc->xftfont->height + 1) * entry, mc->width,
 	    (sc->xftfont->height + 1) + sc->xftfont->descent);