variable plugin port config.
[ardour.git] / libs / ardour / midi_ring_buffer.cc
index 7c72718b697b78d1e89a4b7cbf3a410f8fa925ee..9258b2f7dc7861a66ceba62f920bfb55cbe46fd6 100644 (file)
@@ -212,7 +212,7 @@ MidiRingBuffer<T>::flush (framepos_t /*start*/, framepos_t end)
                assert (success);
 
                ev_time = *(reinterpret_cast<T*>((uintptr_t)peekbuf));
-               
+
                if (ev_time >= end) {
                        break;
                }