globally remove all trailing whitespace from ardour code base.
[ardour.git] / libs / ardour / midi_ring_buffer.cc
index 3923e5306a0da17fef85d6364ddf26f14a66001d..7c72718b697b78d1e89a4b7cbf3a410f8fa925ee 100644 (file)
@@ -83,7 +83,7 @@ MidiRingBuffer<T>::read(MidiBuffer& dst, framepos_t start, framepos_t end, frame
                this->increment_read_ptr (prefix_size);
 
                uint8_t status;
-               bool r = this->peek (&status, sizeof(uint8_t)); 
+               bool r = this->peek (&status, sizeof(uint8_t));
                assert (r); // If this failed, buffer is corrupt, all hope is lost
 
                /* lets see if we are going to be able to write this event into dst.