decoder/dsf: fix indent

This commit is contained in:
Max Kellermann 2014-08-16 18:38:15 +02:00
parent 6e84a03a35
commit 880ce080b7

View File

@ -219,9 +219,9 @@ dsf_to_pcm_order(uint8_t *dest, uint8_t *scratch, size_t nrbytes)
*/ */
static bool static bool
dsf_decode_chunk(Decoder &decoder, InputStream &is, dsf_decode_chunk(Decoder &decoder, InputStream &is,
unsigned channels, unsigned channels,
uint64_t chunk_size, uint64_t chunk_size,
bool bitreverse) bool bitreverse)
{ {
uint8_t buffer[8192]; uint8_t buffer[8192];