leave a ToDo note for the mackie surface
[ardour.git] / libs / surfaces / mackie / fader.cc
index 5e40538096b6ee8863a75b4cd211bd5226143b65..33e1e4c29faf34d8df107f56b57073c6c0d4da79 100644 (file)
@@ -66,7 +66,7 @@ Fader::update_message ()
        }
 
        last_update_position = posi;
-       
+
        DEBUG_TRACE (DEBUG::MackieControl, string_compose ("generate fader message for position %1 (%2)\n", position, posi));
        return MidiByteArray  (3, 0xe0 + id(), posi & 0x7f, posi >> 7);
 }