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/support.h | |
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/support.h')
-rw-r--r-- | src/support.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/support.h b/src/support.h index 9edc20f35..16dd7ae13 100644 --- a/src/support.h +++ b/src/support.h @@ -16,4 +16,4 @@ typedef struct { char *strscroll(char *str, char *separator, int width, scroll_state_t *st); -#endif +#endif |