aboutsummaryrefslogtreecommitdiffstats
path: root/src/decode.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-04-12 04:07:44 +0000
committerEric Wong <normalperson@yhbt.net>2008-04-12 04:07:44 +0000
commitd742fa6596099b963127b33e845f1c8485cc5840 (patch)
treebd0754affd4b1566bebf149a73afb3e8f408a515 /src/decode.c
parent6142959456403ee2ddee4ee83952d648f7bc1c7e (diff)
downloadmpd-d742fa6596099b963127b33e845f1c8485cc5840.tar.gz
mpd-d742fa6596099b963127b33e845f1c8485cc5840.tar.xz
mpd-d742fa6596099b963127b33e845f1c8485cc5840.zip
whitespace cleanup
Clean up some space indentations, replace with tabs. git-svn-id: https://svn.musicpd.org/mpd/trunk@7239 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/decode.c')
-rw-r--r--src/decode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decode.c b/src/decode.c
index 2d4f1cd16..c8e9fd9cf 100644
--- a/src/decode.c
+++ b/src/decode.c
@@ -308,7 +308,7 @@ static void decodeStart(PlayerControl * pc, OutputBuffer * cb,
/* for http streams, seekable is determined in bufferInputStream */
dc->seekable = inStream.seekable;
-
+
if (dc->stop)
goto stop;