13
0

NO-OP: whitespace adjustment

This commit is contained in:
Paul Davis 2024-10-31 12:06:15 -06:00
parent 883ec6aa68
commit d7a390f5ed

View File

@ -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 /* Invalidate and store active notes, which will be picked up by the iterator
on the next roll if time progresses linearly. */ 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 */ /* as of March 2022 or long before , the note mode argument does nothing */
_midi_source.mark_streaming_midi_write_started (source_lock, Sustained); _midi_source.mark_streaming_midi_write_started (source_lock, Sustained);