mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
globally remove all trailing whitespace from ardour code base.
Paul Davis was responsible for introducing almost all of this.
This commit is contained in:
parent
297e80e020
commit
4dc63966f0
774 changed files with 7919 additions and 7919 deletions
|
|
@ -344,7 +344,7 @@ MidiTimeAxisView::set_route (boost::shared_ptr<Route> rt)
|
|||
_midnam_custom_device_mode_selector.show ();
|
||||
|
||||
_midi_controls_box.pack_start (_midnam_custom_device_mode_selector, false, false, 2);
|
||||
}
|
||||
}
|
||||
|
||||
model_changed(gui_property(X_("midnam-model-name")));
|
||||
custom_device_mode_changed(gui_property(X_("midnam-custom-device-mode")));
|
||||
|
|
@ -522,7 +522,7 @@ MidiTimeAxisView::append_extra_display_menu_items ()
|
|||
|
||||
range_items.push_back (
|
||||
MenuElem (_("Show Full Range"),
|
||||
sigc::bind (sigc::mem_fun(*this, &MidiTimeAxisView::set_note_range),
|
||||
sigc::bind (sigc::mem_fun(*this, &MidiTimeAxisView::set_note_range),
|
||||
MidiStreamView::FullRange, true)));
|
||||
|
||||
range_items.push_back (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue