summaryrefslogtreecommitdiff
path: root/gtk2_ardour/plugin_ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/plugin_ui.h')
-rw-r--r--gtk2_ardour/plugin_ui.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk2_ardour/plugin_ui.h b/gtk2_ardour/plugin_ui.h
index 743234f16a..4ce7faf376 100644
--- a/gtk2_ardour/plugin_ui.h
+++ b/gtk2_ardour/plugin_ui.h
@@ -210,7 +210,7 @@ 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;
@@ -220,9 +220,9 @@ class GenericPluginUI : public PlugUIBase, public Gtk::VBox
bool update_pending;
char ignore_change;
Gtk::Button automate_button;
-
+
/* output */
-
+
Gtk::EventBox* display;
Gtk::Label* display_label;