stray whitespace

This commit is contained in:
okan 2013-05-20 21:32:00 +00:00
parent d8afbe1a8b
commit 1e33cdcb18
2 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
* $OpenBSD: menu.c,v 1.64 2013/05/20 20:21:04 okan Exp $
* $OpenBSD: menu.c,v 1.65 2013/05/20 21:32:00 okan Exp $
*/
#include <sys/param.h>
@ -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

@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
* $OpenBSD: xevents.c,v 1.80 2013/05/20 21:19:15 okan Exp $
* $OpenBSD: xevents.c,v 1.81 2013/05/20 21:32:00 okan Exp $
*/
/*
@ -358,7 +358,7 @@ xev_handle_clientmessage(XEvent *ee)
if (old_cc)
client_ptrsave(old_cc);
client_ptrwarp(cc);
}
}
}
static void