From 5e13770e1fd01245cc07af89b7441d5b06d16c87 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 29 Oct 2019 21:36:09 -0600 Subject: [PATCH] NOOP: newline removed --- libs/ardour/midi_track.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libs/ardour/midi_track.cc b/libs/ardour/midi_track.cc index be28de4655..856c90efb8 100644 --- a/libs/ardour/midi_track.cc +++ b/libs/ardour/midi_track.cc @@ -453,8 +453,7 @@ MidiTrack::snapshot_out_of_band_data (samplecnt_t nframes) assert (nframes > 0); - DEBUG_TRACE (DEBUG::MidiIO, string_compose ("%1 has %2 of immediate events to deliver\n", - name(), _immediate_events.read_space())); + DEBUG_TRACE (DEBUG::MidiIO, string_compose ("%1 has %2 of immediate events to deliver\n", name(), _immediate_events.read_space())); /* write as many of the immediate events as we can, but give "true" as * the last argument ("stop on overflow in destination") so that we'll