summaryrefslogtreecommitdiff
path: root/libs/ardour/midi_port.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-10-04 14:51:05 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2015-10-04 14:51:05 -0400
commit4dc63966f0872efe768dad61eb9b8785d06b92d1 (patch)
treee54104d57d6c2da7840979181368151fd0819c96 /libs/ardour/midi_port.cc
parent297e80e020da94a56984b20782584bb1dd96ea34 (diff)
globally remove all trailing whitespace from ardour code base.
Paul Davis was responsible for introducing almost all of this.
Diffstat (limited to 'libs/ardour/midi_port.cc')
-rw-r--r--libs/ardour/midi_port.cc6
1 files changed, 3 insertions, 3 deletions
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 ();