diff options
author | Max Kellermann <max@duempel.org> | 2008-10-03 12:57:30 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-10-03 12:57:30 +0200 |
commit | f81333daa0bb652a5c1296941057eef82a12e12f (patch) | |
tree | b616f9bfc73941e0c570cbebab9949ae5b483621 /src/main.c | |
parent | 547b0c5f28be1e830c00ac167806ffba641855c6 (diff) | |
download | mpd-f81333daa0bb652a5c1296941057eef82a12e12f.tar.gz mpd-f81333daa0bb652a5c1296941057eef82a12e12f.tar.xz mpd-f81333daa0bb652a5c1296941057eef82a12e12f.zip |
code style, indent with tabs XI
Follow the same code style als MPD itself.
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/main.c b/src/main.c index 668d5aa33..e701712fd 100644 --- a/src/main.c +++ b/src/main.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 |