From 880ce080b75260fa19ec3bcbbb5b215f71823684 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 16 Aug 2014 18:38:15 +0200 Subject: decoder/dsf: fix indent --- src/decoder/plugins/DsfDecoderPlugin.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') 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]; -- cgit v1.2.3