summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLars-Dominik Braun <PromyLOPh@lavabit.com>2009-03-05 10:10:27 +0100
committerLars-Dominik Braun <PromyLOPh@lavabit.com>2009-03-05 10:10:27 +0100
commitc32b91ba94d88899578bd4680f05a556ff9b4981 (patch)
tree354e2403d00cbeac57cd1bf383766b6a1c599b04 /src
parent2e360ba0b308b233f94f3a4bb12e25d3d447aa07 (diff)
downloadpianobar-c32b91ba94d88899578bd4680f05a556ff9b4981.tar.gz
pianobar-c32b91ba94d88899578bd4680f05a556ff9b4981.tar.bz2
pianobar-c32b91ba94d88899578bd4680f05a556ff9b4981.zip
Use spaces, not tabs
Diffstat (limited to 'src')
-rw-r--r--src/ui.c2
-rw-r--r--src/ui_act.c2
2 files changed, 2 insertions, 2 deletions
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;