aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-08-16 18:38:15 +0200
committerMax Kellermann <max@duempel.org>2014-08-16 18:38:15 +0200
commit880ce080b75260fa19ec3bcbbb5b215f71823684 (patch)
tree052ca489fea7cb762d0db037ebb7dee8b7233140 /src
parent6e84a03a356d07209210db851aa65f587d24d3bf (diff)
downloadmpd-880ce080b75260fa19ec3bcbbb5b215f71823684.tar.gz
mpd-880ce080b75260fa19ec3bcbbb5b215f71823684.tar.xz
mpd-880ce080b75260fa19ec3bcbbb5b215f71823684.zip
decoder/dsf: fix indent
Diffstat (limited to 'src')
-rw-r--r--src/decoder/plugins/DsfDecoderPlugin.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/decoder/plugins/DsfDecoderPlugin.cxx b/src/decoder/plugins/DsfDecoderPlugin.cxx
index 6a7267f61..884ff1b3c 100644
--- a/src/decoder/plugins/DsfDecoderPlugin.cxx
+++ b/src/decoder/plugins/DsfDecoderPlugin.cxx
@@ -219,9 +219,9 @@ dsf_to_pcm_order(uint8_t *dest, uint8_t *scratch, size_t nrbytes)
*/
static bool
dsf_decode_chunk(Decoder &decoder, InputStream &is,
- unsigned channels,
- uint64_t chunk_size,
- bool bitreverse)
+ unsigned channels,
+ uint64_t chunk_size,
+ bool bitreverse)
{
uint8_t buffer[8192];