fix brace style

This commit is contained in:
Paul Davis 2021-03-15 19:50:12 -06:00
parent b2655d13f1
commit 37eea1da29
1 changed files with 1 additions and 2 deletions

View File

@ -627,8 +627,7 @@ MidiRegionView::motion (GdkEventMotion* ev)
if (_ghost_note) {
update_ghost_note (ev->x, ev->y, ev->state);
}
else {
} else {
create_ghost_note (ev->x, ev->y, ev->state);
}
}