From 6acd51d48e6f91cfd582016141ea170d1538447d Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 9 Oct 2015 11:11:36 -0400 Subject: NOOP: whitespace/indent fix --- libs/surfaces/mackie/strip.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/surfaces/mackie/strip.cc b/libs/surfaces/mackie/strip.cc index d355d13d63..dad5eb098a 100644 --- a/libs/surfaces/mackie/strip.cc +++ b/libs/surfaces/mackie/strip.cc @@ -1210,14 +1210,14 @@ Strip::set_vpot_parameter (Evoral::Parameter p) /* gain to vpot, trim to fader */ _vpot->set_control (_route->gain_control()); control_by_parameter[GainAutomation] = _vpot; - _fader->set_control (_route->trim_control()); - control_by_parameter[TrimAutomation] = _fader; + _fader->set_control (_route->trim_control()); + control_by_parameter[TrimAutomation] = _fader; } else { /* gain to fader, trim to vpot */ _fader->set_control (_route->gain_control()); control_by_parameter[GainAutomation] = _fader; - _vpot->set_control (_route->trim_control()); - control_by_parameter[TrimAutomation] = _vpot; + _vpot->set_control (_route->trim_control()); + control_by_parameter[TrimAutomation] = _vpot; } } else { _vpot->set_control (boost::shared_ptr()); -- cgit v1.2.3