NOOP: add space before parens

This commit is contained in:
Paul Davis
2025-03-24 11:42:07 -06:00
parent 0a33701089
commit 69174beb7b

View File

@@ -1974,7 +1974,7 @@ MidiView::update_hit (Hit* ev)
* corresponding note off event arrives, to properly display the note.
*/
NoteBase*
MidiView::add_note(const std::shared_ptr<NoteType> note, bool visible)
MidiView::add_note (const std::shared_ptr<NoteType> note, bool visible)
{
NoteBase* event = 0;