From 6bad72a18e0b38edfaddfd8ce6b496fc8c0698ef Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Tue, 7 May 2013 14:41:20 -0700 Subject: [PATCH] spacing cleanup in audio-mixer main --- audio-mixer/src/main.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/audio-mixer/src/main.cpp b/audio-mixer/src/main.cpp index e7126083a7..4e47da8776 100644 --- a/audio-mixer/src/main.cpp +++ b/audio-mixer/src/main.cpp @@ -215,8 +215,7 @@ void *sendBuffer(void *args) { if (s + numSamplesDelay < BUFFER_LENGTH_SAMPLES_PER_CHANNEL) { plateauAdditionOfSamples(delayedChannel[s + numSamplesDelay], - currentSample * - weakChannelAmplitudeRatio); + currentSample * weakChannelAmplitudeRatio); } } }