NOOP, remove trailing tabs/whitespace.
[ardour.git] / libs / pbd / pbd / base_ui.h
index eddaf862c59a6e40269d3af104903d59113f4c6a..ec2cf336785af2dcee2d45f66dacbe13c52580f8 100644 (file)
@@ -57,7 +57,7 @@ class LIBPBD_API BaseUI : public sigc::trackable, public PBD::EventLoop
        std::string name() const { return _name; }
 
        bool ok() const { return _ok; }
-       
+
        static RequestType new_request_type();
        static RequestType CallSlot;
        static RequestType Quit;