summaryrefslogtreecommitdiff
path: root/gtk2_ardour/automation_controller.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-11-01 18:24:47 +0100
committerRobin Gareus <robin@gareus.org>2014-11-01 18:24:47 +0100
commitdbecf44416fac6e7d6df0d2cd2415be69dea0652 (patch)
tree467a269f57a5a2000f985f70006791d7bbbee846 /gtk2_ardour/automation_controller.cc
parentcffd18d2d84103fa83f3b65ac878b191106b4823 (diff)
NOOP, just whitespace/indenting
Diffstat (limited to 'gtk2_ardour/automation_controller.cc')
-rw-r--r--gtk2_ardour/automation_controller.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/automation_controller.cc b/gtk2_ardour/automation_controller.cc
index 77b8d39406..564387a55e 100644
--- a/gtk2_ardour/automation_controller.cc
+++ b/gtk2_ardour/automation_controller.cc
@@ -39,11 +39,11 @@ using namespace Gtk;
AutomationController::AutomationController(boost::shared_ptr<Automatable> printer, boost::shared_ptr<AutomationControl> ac, Adjustment* adj)
: BarController (*adj, ac)
, _ignore_change(false)
- , _printer (printer)
+ , _printer (printer)
, _controllable(ac)
, _adjustment(adj)
{
- assert (_printer);
+ assert (_printer);
set_name (X_("ProcessorControlSlider"));