mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
NOOP: whitespace before parens in function call
This commit is contained in:
parent
95b1943978
commit
948fc52c5c
1 changed files with 2 additions and 2 deletions
|
|
@ -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_page_size (_highest_note - _lowest_note);
|
||||||
note_range_adjustment.set_value(_lowest_note);
|
note_range_adjustment.set_value (_lowest_note);
|
||||||
|
|
||||||
draw_note_lines();
|
draw_note_lines();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue