mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 15:15:41 +01:00
NO-OP: whitespace in function call syntax
This commit is contained in:
parent
1f18a4defc
commit
96a88b9dc2
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ MidiViewBackground::MidiViewBackground (ArdourCanvas::Item* parent, EditingConte
|
|||
note_range_adjustment.set_lower(0);
|
||||
note_range_adjustment.set_upper(127);
|
||||
|
||||
note_range_adjustment.signal_value_changed().connect(sigc::mem_fun(*this, &MidiViewBackground::note_range_adjustment_changed));
|
||||
note_range_adjustment.signal_value_changed().connect (sigc::mem_fun (*this, &MidiViewBackground::note_range_adjustment_changed));
|
||||
}
|
||||
|
||||
MidiViewBackground::~MidiViewBackground()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue