diff options
author | Max Kellermann <max@duempel.org> | 2014-09-19 23:57:09 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-09-19 23:57:09 +0200 |
commit | a294838bcd0c3d1d792af9bd595ed37f024416fe (patch) | |
tree | 5a82bffd16c1063550aa7589a1c6ca34a2605153 | |
parent | 1c03d1e87d9ef7ab30c87a0e7f6960ac9be5b1b1 (diff) | |
download | mpd-a294838bcd0c3d1d792af9bd595ed37f024416fe.tar.gz mpd-a294838bcd0c3d1d792af9bd595ed37f024416fe.tar.xz mpd-a294838bcd0c3d1d792af9bd595ed37f024416fe.zip |
decoder/audiofile: fix indent
-rw-r--r-- | src/decoder/plugins/AudiofileDecoderPlugin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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); |