mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 05:05:43 +01:00
NO-OP: follow style guide and use space in function call
This commit is contained in:
parent
8a37279dab
commit
2cadaafc4f
1 changed files with 1 additions and 1 deletions
|
|
@ -4873,7 +4873,7 @@ MidiView::get_channel_for_add (MidiModel::TimeType time) const
|
|||
/* second, use the nearest note in the region-view (consistent with get_velocity_for_add behavior) */
|
||||
|
||||
if (!_model->notes().empty()) {
|
||||
MidiModel::Notes::const_iterator m = _model->note_lower_bound(time);
|
||||
MidiModel::Notes::const_iterator m = _model->note_lower_bound (time);
|
||||
if (m == _model->notes().begin()) {
|
||||
// Before the start, use the channel of the first note
|
||||
return (*m)->channel();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue