aboutsummaryrefslogtreecommitdiff
path: root/audio/softsynth/mt32/freeverb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'audio/softsynth/mt32/freeverb.cpp')
-rw-r--r--audio/softsynth/mt32/freeverb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/softsynth/mt32/freeverb.cpp b/audio/softsynth/mt32/freeverb.cpp
index de8f2632cb..181b878596 100644
--- a/audio/softsynth/mt32/freeverb.cpp
+++ b/audio/softsynth/mt32/freeverb.cpp
@@ -202,7 +202,7 @@ void revmodel::process(const float *inputL, const float *inputR, float *outputL,
// Calculate output REPLACING anything already there
*outputL = outL*wet1 + outR*wet2;
*outputR = outR*wet1 + outL*wet2;
-
+
inputL++;
inputR++;
outputL++;