style (whitespaces)

ok oga, okan
This commit is contained in:
tobias 2009-11-28 17:52:12 +00:00
parent afaf69cefc
commit 42bf29fb20
5 changed files with 7 additions and 7 deletions

2
menu.c
View File

@ -336,7 +336,7 @@ menu_draw(struct screen_ctx *sc, struct menu_ctx *mc, struct menu_q *menuq,
mi->print : mi->text;
font_draw(sc, text, MIN(strlen(text), MENU_MAXENTRY),
sc->menuwin, 0, n*font_height() + font_ascent() + 1);
sc->menuwin, 0, n * font_height() + font_ascent() + 1);
n++;
}