NO-OP: add braces mandated by coding style guide

This commit is contained in:
Paul Davis 2023-07-26 21:05:35 -06:00
parent d79e0e9039
commit e0a491f0ee
1 changed files with 2 additions and 1 deletions

View File

@ -784,8 +784,9 @@ RouteUI::rec_enable_press(GdkEventButton* ev)
}
//if this is a binding action, let the ArdourButton handle it
if (BindingProxy::is_bind_action(ev) )
if (BindingProxy::is_bind_action(ev)) {
return false;
}
if (!ARDOUR_UI_UTILS::engine_is_running ()) {
return false;