NO-OP: fix line/whitespace

This commit is contained in:
Paul Davis 2023-09-29 08:53:55 -06:00
parent 8681d46fbc
commit 2b2112e303
1 changed files with 1 additions and 2 deletions

View File

@ -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 ();
}