NOOP: whitespace before parens in function call

This commit is contained in:
Paul Davis 2022-04-17 12:04:05 -06:00
parent 95b1943978
commit 948fc52c5c
1 changed files with 2 additions and 2 deletions

View File

@ -421,8 +421,8 @@ MidiStreamView::apply_note_range(uint8_t lowest, uint8_t highest, bool to_region
}
}
note_range_adjustment.set_page_size(_highest_note - _lowest_note);
note_range_adjustment.set_value(_lowest_note);
note_range_adjustment.set_page_size (_highest_note - _lowest_note);
note_range_adjustment.set_value (_lowest_note);
draw_note_lines();