aboutsummaryrefslogtreecommitdiffstats
path: root/menu.c
diff options
context:
space:
mode:
authortobias2009-11-28 17:52:12 +0000
committertobias2009-11-28 17:52:12 +0000
commitf770fbbb8001ca6a22e8fc2e23efe287821f1540 (patch)
treea803a03b5231b485681f72a64d2fa99f7180ec3c /menu.c
parent2f637a5ba462917ec81f7d7dcfa4ab296a223e61 (diff)
downloadcwm-f770fbbb8001ca6a22e8fc2e23efe287821f1540.tar.gz
style (whitespaces)
ok oga, okan
Diffstat (limited to '')
-rw-r--r--menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/menu.c b/menu.c
index 4488020..83be09b 100644
--- a/menu.c
+++ b/menu.c
@@ -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++;
}