NOOP, remove trailing tabs/whitespace.
[ardour.git] / libs / evoral / evoral / midi_util.h
index 9341e1afb28db89a4ac5a5c57d68b4de6c76819c..2ad5b3f3288ad8b6f23d25432b54d88b33bf091a 100644 (file)
@@ -93,7 +93,7 @@ midi_event_size(const uint8_t* buffer)
        // see http://www.midi.org/techspecs/midimessages.php
        if (status == MIDI_CMD_COMMON_SYSEX) {
                int end;
-               
+
                for (end = 1; buffer[end] != MIDI_CMD_COMMON_SYSEX_END; end++) {
                        if ((buffer[end] & 0x80) != 0) {
                                return -1;