From 29a25b9933b32800f58dd73d5d1fc21993071c92 Mon Sep 17 00:00:00 2001 From: Avuton Olrich Date: Thu, 20 Jul 2006 16:02:40 +0000 Subject: Add mpd-indent.sh Indent the entire tree, hopefully we can keep it indented. git-svn-id: https://svn.musicpd.org/mpd/trunk@4410 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/decode.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/decode.h') diff --git a/src/decode.h b/src/decode.h index f0c4e4367..5b502b873 100644 --- a/src/decode.h +++ b/src/decode.h @@ -57,12 +57,12 @@ typedef struct _DecoderControl { volatile mpd_sint8 seekable; volatile mpd_sint8 cycleLogFiles; volatile double seekWhere; - AudioFormat audioFormat; - char utf8url[MAXPATHLEN+1]; - volatile float totalTime; + AudioFormat audioFormat; + char utf8url[MAXPATHLEN + 1]; + volatile float totalTime; } DecoderControl; -void decodeSigHandler(int sig, siginfo_t * siginfo, void * v); +void decodeSigHandler(int sig, siginfo_t * siginfo, void *v); void decode(); -- cgit v1.2.3