diff --git a/libs/ardour/midi_model.cc b/libs/ardour/midi_model.cc index fc016a67c6..f0a60106b9 100644 --- a/libs/ardour/midi_model.cc +++ b/libs/ardour/midi_model.cc @@ -1275,7 +1275,7 @@ MidiModel::sync_to_source (const Source::WriterLock& source_lock) /* Invalidate and store active notes, which will be picked up by the iterator on the next roll if time progresses linearly. */ - _midi_source.invalidate(source_lock); + _midi_source.invalidate (source_lock); /* as of March 2022 or long before , the note mode argument does nothing */ _midi_source.mark_streaming_midi_write_started (source_lock, Sustained);