stray whitespace

This commit is contained in:
okan 2013-05-20 21:32:00 +00:00
parent ad8020e17d
commit c2042cd523
2 changed files with 2 additions and 2 deletions

2
menu.c
View File

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

View File

@ -358,7 +358,7 @@ xev_handle_clientmessage(XEvent *ee)
if (old_cc)
client_ptrsave(old_cc);
client_ptrwarp(cc);
}
}
}
static void