Fix key-forwarding to linuxVST UIs
[ardour.git] / gtk2_ardour / io_selector.h
index fe47f28bca77a95125140e493fc8d71a2ff1c54b..a9810f2d7a3de1f5bd04469603b68b0c58c1f170 100644 (file)
@@ -25,7 +25,7 @@
 
 class IOSelector : public PortMatrix
 {
-  public:
+public:
        IOSelector (Gtk::Window*, ARDOUR::Session *, boost::shared_ptr<ARDOUR::IO>);
 
        void set_state (ARDOUR::BundleChannel c[2], bool);
@@ -53,7 +53,7 @@ class IOSelector : public PortMatrix
                return _other;
        }
 
-  private:
+private:
 
        void setup_type ();
        void io_changed ();