summaryrefslogtreecommitdiff
path: root/gtk2_ardour/plugin_ui.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-02-13 19:34:44 +0000
committerCarl Hetherington <carl@carlh.net>2011-02-13 19:34:44 +0000
commit886cae6dcc50f9647b31b6e78c6919fa7e2887c7 (patch)
treedb6b604ea89ede3af981e2fe23a67d15f27d5004 /gtk2_ardour/plugin_ui.h
parentc9d16512e90d78c42de351f8bba004cf6a06c2fb (diff)
No-op; whitespace.
git-svn-id: svn://localhost/ardour2/branches/3.0@8837 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/plugin_ui.h')
-rw-r--r--gtk2_ardour/plugin_ui.h48
1 files changed, 24 insertions, 24 deletions
diff --git a/gtk2_ardour/plugin_ui.h b/gtk2_ardour/plugin_ui.h
index 16ecc4bd15..cdb29bcd82 100644
--- a/gtk2_ardour/plugin_ui.h
+++ b/gtk2_ardour/plugin_ui.h
@@ -205,30 +205,30 @@ class GenericPluginUI : public PlugUIBase, public Gtk::VBox
Evoral::Parameter parameter() { return control->parameter(); }
- /* input */
-
- Gtk::ComboBoxText* combo;
- std::map<std::string, float>* combo_map;
- Gtk::ToggleButton* button;
- boost::shared_ptr<AutomationController> controller;
- Gtkmm2ext::ClickBox* clickbox;
- Gtk::Label label;
- bool logarithmic;
- bool update_pending;
- char ignore_change;
- Gtk::Button automate_button;
-
- /* output */
-
- Gtk::EventBox *display;
- Gtk::Label* display_label;
-
- Gtk::HBox * hbox;
- Gtk::VBox * vbox;
- MeterInfo * meterinfo;
-
- ControlUI ();
- ~ControlUI();
+ /* input */
+
+ Gtk::ComboBoxText* combo;
+ std::map<std::string, float>* combo_map;
+ Gtk::ToggleButton* button;
+ boost::shared_ptr<AutomationController> controller;
+ Gtkmm2ext::ClickBox* clickbox;
+ Gtk::Label label;
+ bool logarithmic;
+ bool update_pending;
+ char ignore_change;
+ Gtk::Button automate_button;
+
+ /* output */
+
+ Gtk::EventBox* display;
+ Gtk::Label* display_label;
+
+ Gtk::HBox* hbox;
+ Gtk::VBox* vbox;
+ MeterInfo* meterinfo;
+
+ ControlUI ();
+ ~ControlUI ();
};
std::vector<ControlUI*> input_controls;