From ed0c55afb70f6918678c19e69c858cf7d048905c Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 24 Mar 2025 11:42:55 -0600 Subject: [PATCH] NOOP: whitespace/line removal --- gtk2_ardour/midi_view.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gtk2_ardour/midi_view.cc b/gtk2_ardour/midi_view.cc index 4a97a86678..b0fcee7804 100644 --- a/gtk2_ardour/midi_view.cc +++ b/gtk2_ardour/midi_view.cc @@ -3555,7 +3555,7 @@ MidiView::change_note_channel (NoteBase* event, int8_t chn, bool relative) note_diff_add_change (event, MidiModel::NoteDiffCommand::Channel, new_channel); - + } void @@ -5416,4 +5416,3 @@ EndBoundaryRect::compute_bounding_box() const const double radius = 10. * scale; _bounding_box = _bounding_box.expand (0., 0., 0., radius + _outline_width); } -