aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-09-19 23:57:09 +0200
committerMax Kellermann <max@duempel.org>2014-09-19 23:57:09 +0200
commita294838bcd0c3d1d792af9bd595ed37f024416fe (patch)
tree5a82bffd16c1063550aa7589a1c6ca34a2605153 /src
parent1c03d1e87d9ef7ab30c87a0e7f6960ac9be5b1b1 (diff)
downloadmpd-a294838bcd0c3d1d792af9bd595ed37f024416fe.tar.gz
mpd-a294838bcd0c3d1d792af9bd595ed37f024416fe.tar.xz
mpd-a294838bcd0c3d1d792af9bd595ed37f024416fe.zip
decoder/audiofile: fix indent
Diffstat (limited to 'src')
-rw-r--r--src/decoder/plugins/AudiofileDecoderPlugin.cxx2
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);