From 67a09c19c88adc9edc53e11f881b88e4a304dbc9 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 16 Nov 2025 13:53:08 -0700 Subject: [PATCH] NO-OP: spaces for function calls --- libs/ardour/smf_source.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/ardour/smf_source.cc b/libs/ardour/smf_source.cc index 9c760fe565..2d8ba72044 100644 --- a/libs/ardour/smf_source.cc +++ b/libs/ardour/smf_source.cc @@ -443,9 +443,9 @@ SMFSource::write_unlocked (const WriterLock& lock, } time -= pos_samples; - ev.set(buf, size, time); - ev.set_event_type(Evoral::MIDI_EVENT); - ev.set_id(Evoral::next_event_id()); + ev.set (buf, size, time); + ev.set_event_type (Evoral::MIDI_EVENT); + ev.set_id (Evoral::next_event_id()); if (!(ev.is_channel_event() || ev.is_smf_meta_event() || ev.is_sysex())) { continue;