From c32b91ba94d88899578bd4680f05a556ff9b4981 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Thu, 5 Mar 2009 10:10:27 +0100 Subject: Use spaces, not tabs --- src/ui.c | 2 +- src/ui_act.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/ui.c b/src/ui.c index b0b3f1f..dfba5ff 100644 --- a/src/ui.c +++ b/src/ui.c @@ -56,7 +56,7 @@ inline void BarUiMsg (uiMsg_t type, const char *format, ...) { break; case MSG_LIST: - printf ("\t"); + printf (" "); break; default: diff --git a/src/ui_act.c b/src/ui_act.c index 5f0861d..9e227c1 100644 --- a/src/ui_act.c +++ b/src/ui_act.c @@ -74,7 +74,7 @@ void BarUiActHelp (BAR_KS_ARGS) { BarUiMsg (MSG_NONE, "\r"); while (curShortcut != NULL) { if (curShortcut->description != NULL) { - BarUiMsg (MSG_NONE, "%c\t%s\n", curShortcut->key, + BarUiMsg (MSG_LIST, "%c %s\n", curShortcut->key, curShortcut->description); } curShortcut = curShortcut->next; -- cgit v1.2.3