Fix playhead smoothing when auditioning.
[ardour.git] / gtk2_ardour / editor_locations.h
index 6ed6f8db509df3d9735a05990e9c2c7586cbb4ee..17e174832552cc85a42afbea333b9f9ca92b6168 100644 (file)
@@ -34,7 +34,7 @@ namespace Gtk {
 
 class EditorLocations : public EditorComponent, public ARDOUR::SessionHandlePtr
 {
-  public:
+public:
        EditorLocations (Editor *);
 
        void set_session (ARDOUR::Session *);
@@ -43,7 +43,7 @@ class EditorLocations : public EditorComponent, public ARDOUR::SessionHandlePtr
        XMLNode & get_state () const;
        int set_state (const XMLNode&);
 
-  private:
+private:
        Gtk::ScrolledWindow _scroller;
        LocationUI* _locations;
 };