spacing cleanup in audio-mixer main

This commit is contained in:
Stephen Birarda 2013-05-07 14:41:20 -07:00
parent a87e0d7f7f
commit 6bad72a18e

View file

@ -215,8 +215,7 @@ void *sendBuffer(void *args) {
if (s + numSamplesDelay < BUFFER_LENGTH_SAMPLES_PER_CHANNEL) {
plateauAdditionOfSamples(delayedChannel[s + numSamplesDelay],
currentSample *
weakChannelAmplitudeRatio);
currentSample * weakChannelAmplitudeRatio);
}
}
}