about summary refs log tree commit diff
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
parentad8020e17dc6277cc956d00eb869fc8703079f5f (diff)
downloadcwm-c2042cd5238e74bcc3763a1e90917425eb41964e.tar.gz
cwm-c2042cd5238e74bcc3763a1e90917425eb41964e.tar.xz
cwm-c2042cd5238e74bcc3763a1e90917425eb41964e.zip
stray whitespace
-rw-r--r--menu.c2
-rw-r--r--xevents.c2
2 files changed, 2 insertions, 2 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);
diff --git a/xevents.c b/xevents.c
index 32b2262..b13548b 100644
--- a/xevents.c
+++ b/xevents.c
@@ -358,7 +358,7 @@ xev_handle_clientmessage(XEvent *ee)
 		if (old_cc)
 			client_ptrsave(old_cc);
 		client_ptrwarp(cc);
-	}                              
+	}
 }
 
 static void