remove some extra spaces

This commit is contained in:
Stephen Birarda 2014-03-21 14:33:11 -07:00
parent 2575b33662
commit 18e5637976

View file

@ -410,8 +410,6 @@ void AudioMixer::run() {
hasRatioChanged = true; hasRatioChanged = true;
} }
if (hasRatioChanged) { if (hasRatioChanged) {
// set out min required loudness from the new ratio // set out min required loudness from the new ratio
_minAudabilityThreshold = LOUDNESS_TO_DISTANCE_RATIO / (2 * (1 - audabilityCutoffRatio)); _minAudabilityThreshold = LOUDNESS_TO_DISTANCE_RATIO / (2 * (1 - audabilityCutoffRatio));