NOOP, remove trailing tabs/whitespace.
[ardour.git] / libs / surfaces / mackie / button.h
index 61f09d7a038bad5dfe54827224248dbeb8fd99c3..42d2ec45b1a9563d3d7bea5038d9d87c7c288954 100644 (file)
@@ -39,7 +39,7 @@ public:
 
        enum ID {
                /* Global Buttons */
-               
+
                Track,
                Send,
                Pan,
@@ -111,7 +111,7 @@ public:
                CmdAlt,
 
                /* Strip buttons */
-               
+
                RecEnable,
                Solo,
                Mute,
@@ -129,12 +129,12 @@ public:
                : Control (did, name, group)
                , _bid (bid)
                , _led  (did, name + "_led", group) {}
-       
+
        MidiByteArray zero() { return _led.zero (); }
        MidiByteArray set_state (LedState ls) { return _led.set_state (ls); }
-       
+
        ID bid() const { return _bid; }
-       
+
        static Control* factory (Surface& surface, Button::ID bid, int id, const std::string&, Group& group);
        static int name_to_id (const std::string& name);
        static std::string id_to_name (Button::ID);