add braces
This commit is contained in:
parent
d45620d636
commit
aab777b490
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user