From a294838bcd0c3d1d792af9bd595ed37f024416fe Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 19 Sep 2014 23:57:09 +0200 Subject: decoder/audiofile: fix indent --- src/decoder/plugins/AudiofileDecoderPlugin.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/decoder/plugins/AudiofileDecoderPlugin.cxx') diff --git a/src/decoder/plugins/AudiofileDecoderPlugin.cxx b/src/decoder/plugins/AudiofileDecoderPlugin.cxx index 0e34a20ff..4b347817e 100644 --- a/src/decoder/plugins/AudiofileDecoderPlugin.cxx +++ b/src/decoder/plugins/AudiofileDecoderPlugin.cxx @@ -173,7 +173,7 @@ audiofile_setup_sample_format(AFfilehandle af_fp) } afSetVirtualSampleFormat(af_fp, AF_DEFAULT_TRACK, - AF_SAMPFMT_TWOSCOMP, bits); + AF_SAMPFMT_TWOSCOMP, bits); afGetVirtualSampleFormat(af_fp, AF_DEFAULT_TRACK, &fs, &bits); return audiofile_bits_to_sample_format(bits); -- cgit v1.2.3