Mackie Control: Don't show hidden routes.
[ardour.git] / libs / surfaces / mackie / mackie_control_exception.h
index b40c5c3915e6eb9b753bd9ca0f6b67b83eb3ea3e..6dcca3dd39ed9fe87dbd26cc6024a9db2435e5eb 100644 (file)
@@ -30,14 +30,14 @@ public:
        : _msg( msg )
        {
        }
-       
+
        virtual ~MackieControlException() throw () {}
-       
+
        const char * what() const throw ()
        {
                return _msg.c_str();
        }
-       
+
 private:
        std::string _msg;
 };