diff options
author | Max Kellermann <max@duempel.org> | 2014-08-16 18:38:15 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-08-16 18:38:15 +0200 |
commit | 880ce080b75260fa19ec3bcbbb5b215f71823684 (patch) | |
tree | 052ca489fea7cb762d0db037ebb7dee8b7233140 | |
parent | 6e84a03a356d07209210db851aa65f587d24d3bf (diff) | |
download | mpd-880ce080b75260fa19ec3bcbbb5b215f71823684.tar.gz mpd-880ce080b75260fa19ec3bcbbb5b215f71823684.tar.xz mpd-880ce080b75260fa19ec3bcbbb5b215f71823684.zip |
decoder/dsf: fix indent
-rw-r--r-- | src/decoder/plugins/DsfDecoderPlugin.cxx | 6 |
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]; |