NO-OP; clean up script spacing and remove goto
[ardour.git] / gtk2_ardour / panner_interface.h
index a18c08352873b1474cd13ff82fe68cea4b1fe4d1..eb2ee4334ed0f135f536d82cfe8ed59e2734b4e2 100644 (file)
@@ -45,7 +45,7 @@ public:
 private:
        bool _dragging;
 };
-       
+
 
 /** Parent class for some panner UI classes that contains some common code */
 class PannerInterface : public Gtk::DrawingArea, public PBD::Destructible
@@ -65,9 +65,9 @@ protected:
        virtual void set_tooltip () = 0;
 
        void value_change ();
-       
-        bool on_enter_notify_event (GdkEventCrossing *);
-        bool on_leave_notify_event (GdkEventCrossing *);
+
+       bool on_enter_notify_event (GdkEventCrossing *);
+       bool on_leave_notify_event (GdkEventCrossing *);
        bool on_key_release_event  (GdkEventKey *);
        bool on_button_press_event (GdkEventButton*);
        bool on_button_release_event (GdkEventButton*);