diff options
| author | Lars-Dominik Braun <PromyLOPh@lavabit.com> | 2009-03-05 10:10:27 +0100 | 
|---|---|---|
| committer | Lars-Dominik Braun <PromyLOPh@lavabit.com> | 2009-03-05 10:10:27 +0100 | 
| commit | c32b91ba94d88899578bd4680f05a556ff9b4981 (patch) | |
| tree | 354e2403d00cbeac57cd1bf383766b6a1c599b04 | |
| parent | 2e360ba0b308b233f94f3a4bb12e25d3d447aa07 (diff) | |
| download | pianobar-c32b91ba94d88899578bd4680f05a556ff9b4981.tar.gz pianobar-c32b91ba94d88899578bd4680f05a556ff9b4981.tar.bz2 pianobar-c32b91ba94d88899578bd4680f05a556ff9b4981.zip | |
Use spaces, not tabs
| -rw-r--r-- | src/ui.c | 2 | ||||
| -rw-r--r-- | src/ui_act.c | 2 | 
2 files changed, 2 insertions, 2 deletions
| @@ -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; | 
