From d7a390f5ed52e0d52a82399e8a7fd91eec222a30 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 31 Oct 2024 12:06:15 -0600 Subject: [PATCH] NO-OP: whitespace adjustment --- libs/ardour/midi_model.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);