fix connection updates
[ardour.git] / gtk2_ardour / interthread_progress_window.h
index 6c7f0f5bd5da90385fca080f59a87ce817b5da21..653ec4642071b71c314f25668fcaa7a8f5e2bf71 100644 (file)
@@ -42,11 +42,11 @@ public:
 protected:
 
        virtual bool update ();
-       
+
        Gtk::Button _cancel_button;
        Gtk::Label _cancel_label;
        Gtk::ProgressBar _bar;
-       
+
 private:
        void cancel_clicked ();