From 2b2112e30388e3938316c6813658c49cf90e9d10 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 29 Sep 2023 08:53:55 -0600 Subject: [PATCH] NO-OP: fix line/whitespace --- gtk2_ardour/automation_time_axis.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gtk2_ardour/automation_time_axis.cc b/gtk2_ardour/automation_time_axis.cc index f94bf67934..59141f6de3 100644 --- a/gtk2_ardour/automation_time_axis.cc +++ b/gtk2_ardour/automation_time_axis.cc @@ -372,8 +372,7 @@ AutomationTimeAxisView::set_automation_state (AutoState state) if (_automatable) { _automatable->set_parameter_automation_state (_parameter, state); - } - else if (_control) { + } else if (_control) { _control->set_automation_state (state); _session->set_dirty (); }