From: Thomas Jansen Date: Thu, 29 Oct 2009 19:58:07 +0000 (+0100) Subject: screen_help: whitespace cosmetics X-Git-Tag: release-0.16~54 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;ds=inline;h=eada1422dec5b025309cb119c5af5366eeb0475b;p=ncmpc.git screen_help: whitespace cosmetics Replaced space characters with one tab to match the rest of the file. --- diff --git a/src/screen_help.c b/src/screen_help.c index c24d04d..44b1b55 100644 --- a/src/screen_help.c +++ b/src/screen_help.c @@ -56,7 +56,7 @@ static const struct help_text_row help_text[] = { { 0, CMD_SCREEN_PREVIOUS,NULL }, { 0, CMD_SCREEN_NEXT, NULL }, - { 0, CMD_SCREEN_SWAP, NULL }, + { 0, CMD_SCREEN_SWAP, NULL }, { 0, CMD_SCREEN_HELP, NULL }, { 0, CMD_SCREEN_PLAY, NULL }, { 0, CMD_SCREEN_FILE, NULL }, @@ -202,7 +202,7 @@ list_callback(unsigned i, G_GNUC_UNUSED void *data) static void help_init(WINDOW *w, int cols, int rows) { - lw = list_window_init(w, cols, rows); + lw = list_window_init(w, cols, rows); lw->hide_cursor = true; list_window_set_length(lw, G_N_ELEMENTS(help_text)); } @@ -216,7 +216,7 @@ help_resize(int cols, int rows) static void help_exit(void) { - list_window_free(lw); + list_window_free(lw); }