From 0fd4d0c99d31b69356c289d3bb1dcd791b898028 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 25 Sep 2008 17:40:28 +0200 Subject: code style, indent with tabs X Follow the same code style als MPD itself. --- src/screen_help.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/screen_help.c') diff --git a/src/screen_help.c b/src/screen_help.c index 79b8fa722..e440672d2 100644 --- a/src/screen_help.c +++ b/src/screen_help.c @@ -1,6 +1,4 @@ -/* - * $Id$ - * +/* * (c) 2004 by Kalle Wallin * * This program is free software; you can redistribute it and/or modify @@ -38,7 +36,7 @@ typedef struct { const char *text; } help_text_row_t; -static help_text_row_t help_text[] = +static help_text_row_t help_text[] = { { 1, CMD_NONE, N_("Keys - Movement") }, { 2, CMD_NONE, NULL }, -- cgit v1.2.3