Fix broken whitespace. I'd apologize for the compile times if it was my fault :D
[ardour.git] / libs / ardour / ardour / butler.h
index 6751f3dccaab2817c800f7da7f42e0ff1f44784d..9740099360b37b100ef8b78216db2c1fa16a41c6 100644 (file)
@@ -41,7 +41,7 @@ class Butler : public SessionHandleRef
   public:
        Butler (Session& session);
        ~Butler();
-       
+
        int  start_thread();
        void terminate_thread();
        void schedule_transport_work();
@@ -83,7 +83,7 @@ class Butler : public SessionHandleRef
 
 private:
        void empty_pool_trash ();
-        void config_changed (std::string);
+       void config_changed (std::string);
 };
 
 } // namespace ARDOUR