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;