summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_ui.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-06-01 17:00:29 +0000
committerDavid Robillard <d@drobilla.net>2011-06-01 17:00:29 +0000
commited626628b54e67dd9621c08d82a42afaed00c7ac (patch)
treecf621db4c44f07f75a6e6a3fb7f572cd2c3622cd /gtk2_ardour/route_ui.h
parenta473d630eb165272992e90f8d854b1d66ec0be63 (diff)
Delete trailing whitespace
git-svn-id: svn://localhost/ardour2/branches/3.0@9656 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/route_ui.h')
-rw-r--r--gtk2_ardour/route_ui.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk2_ardour/route_ui.h b/gtk2_ardour/route_ui.h
index 2f515f8c6d..9435b036e5 100644
--- a/gtk2_ardour/route_ui.h
+++ b/gtk2_ardour/route_ui.h
@@ -184,7 +184,7 @@ class RouteUI : public virtual AxisView
Gtk::CheckMenuItem *step_edit_item;
void toggle_step_edit ();
virtual void step_edit_changed (bool);
-
+
virtual void polarity_changed ();
Gtk::CheckMenuItem *denormal_menu_item;
@@ -230,10 +230,10 @@ class RouteUI : public virtual AxisView
void relabel_solo_button ();
struct SoloMuteRelease {
- SoloMuteRelease (bool was_active)
+ SoloMuteRelease (bool was_active)
: active (was_active)
, exclusive (false) {}
-
+
boost::shared_ptr<ARDOUR::RouteList> routes;
boost::shared_ptr<ARDOUR::RouteList> routes_on;
boost::shared_ptr<ARDOUR::RouteList> routes_off;
@@ -250,7 +250,7 @@ class RouteUI : public virtual AxisView
void invert_toggled (uint32_t, BindableToggleButton *);
void invert_menu_toggled (uint32_t);
bool invert_press (GdkEventButton *);
-
+
int _i_am_the_modifier;
std::list<BindableToggleButton*> _invert_buttons;
Gtk::Menu* _invert_menu;