NOOP: whitespace/line removal

This commit is contained in:
Paul Davis 2025-03-24 11:42:55 -06:00
parent dd1e1b16cc
commit ed0c55afb7

View file

@ -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); note_diff_add_change (event, MidiModel::NoteDiffCommand::Channel, new_channel);
} }
void void
@ -5416,4 +5416,3 @@ EndBoundaryRect::compute_bounding_box() const
const double radius = 10. * scale; const double radius = 10. * scale;
_bounding_box = _bounding_box.expand (0., 0., 0., radius + _outline_width); _bounding_box = _bounding_box.expand (0., 0., 0., radius + _outline_width);
} }