Merge pull request #233 from birarda/master

spacing cleanup
This commit is contained in:
birarda 2013-05-07 14:41:44 -07:00
commit a28f345847

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);
}
}
}