NOOP, remove trailing tabs/whitespace.
[ardour.git] / libs / midi++2 / midi++ / port.h
index 1f85b53cd4c823e54a811548f96efe349bb00410..6d933f6a6d2daee8b2dfd235da4375e7f4d1d10e 100644 (file)
@@ -46,7 +46,7 @@ class LIBMIDIPP_API Port {
                IsInput = 0x1,  /* MUST MATCH JACK's JackPortIsInput */
                IsOutput = 0x2, /* MUST MATCH JACK's JackPortIsOutput */
        };
-       
+
        Port (std::string const &, Flags);
        Port (const XMLNode&);
        virtual ~Port ();
@@ -99,11 +99,11 @@ class LIBMIDIPP_API Port {
        Channel *channel (channel_t chn) {
                return _channel[chn&0x7F];
        }
-       
+
        Parser* parser () {
                return _parser;
        }
-       
+
        const char *name () const   { return _tagname.c_str(); }
        bool   ok ()   const        { return _ok; }