Add missing line feed in midi_region_view.cc
authornick_m <mainsbridge@gmail.com>
Mon, 15 Aug 2016 14:56:08 +0000 (00:56 +1000)
committernick_m <mainsbridge@gmail.com>
Mon, 15 Aug 2016 14:56:08 +0000 (00:56 +1000)
gtk2_ardour/midi_region_view.cc

index b0d0424be6e7e362d082e6301e313f8df301110f..bf7ff669cb7e621aa95f4040568837fa554e2e15 100644 (file)
@@ -1716,8 +1716,9 @@ MidiRegionView::update_sustained (Note* ev, bool update_ghost_regions)
        const double x0 = trackview.editor().sample_to_pixel (note_start_frames);
        double x1;
        const double y0 = 1 + floor(midi_stream_view()->note_to_y(note->note()));
-       double y1;/* trim note display to not overlap the end of its region */
+       double y1;
 
+       /* trim note display to not overlap the end of its region */
        if (note->length() > 0) {
                Evoral::Beats note_end_time = note->end_time();