ignore "external timecode is sync locked" for non timecode slaves.
[ardour.git] / libs / ardour / midi_playlist_source.cc
index 5dfbf955c6cbf047069f39802796a91775f56d0c..68e0a478dff7c95f98a1052b08002a8c396136df 100644 (file)
@@ -138,8 +138,8 @@ MidiPlaylistSource::read_unlocked (Evoral::EventSink<framepos_t>& dst,
 
 framecnt_t
 MidiPlaylistSource::write_unlocked (MidiRingBuffer<framepos_t>&,
-                                   framepos_t,
-                                   framecnt_t)
+                                    framepos_t,
+                                    framecnt_t)
 {
        fatal << string_compose (_("programming error: %1"), "MidiPlaylistSource::write_unlocked() called - should be impossible") << endmsg;
        /*NOTREACHED*/