aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen_help.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-09-25 17:40:28 +0200
committerMax Kellermann <max@duempel.org>2008-09-25 17:40:28 +0200
commit0fd4d0c99d31b69356c289d3bb1dcd791b898028 (patch)
treece3893e184b03ec5c63859e1fc1ffe889eacc8e1 /src/screen_help.c
parent6fabb44f8b5d9615fd316bac87133d4b5ce69a3b (diff)
downloadmpd-0fd4d0c99d31b69356c289d3bb1dcd791b898028.tar.gz
mpd-0fd4d0c99d31b69356c289d3bb1dcd791b898028.tar.xz
mpd-0fd4d0c99d31b69356c289d3bb1dcd791b898028.zip
code style, indent with tabs X
Follow the same code style als MPD itself.
Diffstat (limited to '')
-rw-r--r--src/screen_help.c6
1 files changed, 2 insertions, 4 deletions
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 <kaw@linux.se>
*
* 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 },