* #26839: audio: fix formatting

This commit is contained in:
Tristan Matthews
2013-07-11 14:48:32 -04:00
parent c7fe1262c4
commit 9c661cdc06

View File

@ -82,7 +82,7 @@ void SamplerateConverter::resample(const AudioBuffer &dataIn, AudioBuffer &dataO
if (sampleFactor == 1.0)
return;
if(nbChans != channels_) {
if (nbChans != channels_) {
// change channel num if needed
int err;
src_delete(src_state_);