summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-10-09 11:11:36 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2015-10-09 11:11:36 -0400
commit6acd51d48e6f91cfd582016141ea170d1538447d (patch)
tree3003577199b94861c523099e0f9cd1a2a2ccedff
parent03018aeefb3284d970dc9dc86f5acf6dfc2d694a (diff)
NOOP: whitespace/indent fix
-rw-r--r--libs/surfaces/mackie/strip.cc8
1 files 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<AutomationControl>());