From e0a491f0eecd26c25463aea7f36ef216941e110a Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 26 Jul 2023 21:05:35 -0600 Subject: [PATCH] NO-OP: add braces mandated by coding style guide --- gtk2_ardour/route_ui.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gtk2_ardour/route_ui.cc b/gtk2_ardour/route_ui.cc index 32a77a2d6b..20fab7a172 100644 --- a/gtk2_ardour/route_ui.cc +++ b/gtk2_ardour/route_ui.cc @@ -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;