From 4dc63966f0872efe768dad61eb9b8785d06b92d1 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 4 Oct 2015 14:51:05 -0400 Subject: globally remove all trailing whitespace from ardour code base. Paul Davis was responsible for introducing almost all of this. --- libs/ardour/midi_port.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libs/ardour/midi_port.cc') diff --git a/libs/ardour/midi_port.cc b/libs/ardour/midi_port.cc index f7a0d0fadb..85d5c95a5f 100644 --- a/libs/ardour/midi_port.cc +++ b/libs/ardour/midi_port.cc @@ -133,7 +133,7 @@ MidiPort::get_midi_buffer (pframes_t nframes) << _global_port_buffer_offset << " limit=" << (_global_port_buffer_offset + _port_buffer_offset + nframes) << "\n"; } - } + } } else { _buffer->silence (nframes); @@ -198,7 +198,7 @@ MidiPort::flush_buffers (pframes_t nframes) /* resolve all notes at the start of the buffer */ resolve_notes (port_buffer, 0); _resolve_required = false; - } + } if (_buffer->empty()) { return; @@ -263,7 +263,7 @@ MidiPort::flush_buffers (pframes_t nframes) } } - /* done.. the data has moved to the port buffer, mark it so + /* done.. the data has moved to the port buffer, mark it so */ _buffer->clear (); -- cgit v1.2.3