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/utils.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/utils.c')
-rw-r--r-- | src/utils.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/utils.c b/src/utils.c index fd7a0645b..cbb696336 100644 --- a/src/utils.c +++ b/src/utils.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 |