aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorTorbjörn Andersson2008-01-05 08:17:39 +0000
committerTorbjörn Andersson2008-01-05 08:17:39 +0000
commit2147f59e3616127212687c60d38c8053362500b6 (patch)
tree75571fd23d8e838dd6e9768ee17bdf21bdad0daa /sound
parent610880dc674170304b4c6c550705b55a9511712e (diff)
downloadscummvm-rg350-2147f59e3616127212687c60d38c8053362500b6.tar.gz
scummvm-rg350-2147f59e3616127212687c60d38c8053362500b6.tar.bz2
scummvm-rg350-2147f59e3616127212687c60d38c8053362500b6.zip
Converted some spaces to tabs.
svn-id: r30225
Diffstat (limited to 'sound')
-rw-r--r--sound/flac.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/flac.cpp b/sound/flac.cpp
index 6080509a0f..d706436941 100644
--- a/sound/flac.cpp
+++ b/sound/flac.cpp
@@ -573,7 +573,7 @@ void FlacInputStream::convertBuffersGeneric(SampleType* bufDestination, const FL
}
inline ::FLAC__StreamDecoderWriteStatus FlacInputStream::callbackWrite(const ::FLAC__Frame *frame, const FLAC__int32 * const buffer[]) {
- assert(frame->header.channels == _streaminfo.channels);
+ assert(frame->header.channels == _streaminfo.channels);
assert(frame->header.sample_rate == _streaminfo.sample_rate);
assert(frame->header.bits_per_sample == _streaminfo.bits_per_sample);
assert(frame->header.number_type == FLAC__FRAME_NUMBER_TYPE_SAMPLE_NUMBER || _streaminfo.min_blocksize == _streaminfo.max_blocksize);