NO-OP: spaces for function calls

This commit is contained in:
Paul Davis 2025-11-16 13:53:08 -07:00
parent 21a4501e47
commit 67a09c19c8

View file

@ -443,9 +443,9 @@ SMFSource::write_unlocked (const WriterLock& lock,
} }
time -= pos_samples; time -= pos_samples;
ev.set(buf, size, time); ev.set (buf, size, time);
ev.set_event_type(Evoral::MIDI_EVENT); ev.set_event_type (Evoral::MIDI_EVENT);
ev.set_id(Evoral::next_event_id()); ev.set_id (Evoral::next_event_id());
if (!(ev.is_channel_event() || ev.is_smf_meta_event() || ev.is_sysex())) { if (!(ev.is_channel_event() || ev.is_smf_meta_event() || ev.is_sysex())) {
continue; continue;