NOOP: whitespace before parens in function call
This commit is contained in:
parent
95b1943978
commit
948fc52c5c
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user