From eada1422dec5b025309cb119c5af5366eeb0475b Mon Sep 17 00:00:00 2001 From: Thomas Jansen Date: Thu, 29 Oct 2009 20:58:07 +0100 Subject: [PATCH] screen_help: whitespace cosmetics Replaced space characters with one tab to match the rest of the file. --- src/screen_help.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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); } -- 2.30.2