mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
NO-OP: add braces mandated by coding style guide
This commit is contained in:
parent
d79e0e9039
commit
e0a491f0ee
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue