13
0

add braces

This commit is contained in:
Paul Davis 2015-04-13 22:25:55 -04:00
parent d45620d636
commit aab777b490

View File

@ -1309,7 +1309,9 @@ ProcessorBox::processor_button_press_event (GdkEventButton *ev, ProcessorEntry*
if (_session->engine().connected()) {
/* XXX giving an error message here is hard, because we may be in the midst of a button press */
if (!one_processor_can_be_edited ()) return true;
if (!one_processor_can_be_edited ()) {
return true;
}
if (Keyboard::modifier_state_equals (ev->state, Keyboard::SecondaryModifier)) {
generic_edit_processor (processor);