Comment remaining unsolved bug.
[ardour.git] / libs / backends / wavesaudio / waves_midiport.cc
index aac5be06edba91953cb5f14e797ec9b0bd6a0520..df9566ea7bb729d777f6e00d413acf7422b9c5dc 100644 (file)
@@ -26,7 +26,7 @@ WavesMidiPort::WavesMidiPort (const std::string& port_name, PortFlags flags)
     : WavesDataPort (port_name, flags)
     , _midi_device (NULL)
     , _waves_midi_buffer (port_name)
-{       
+{
 }
 
 struct MidiEventSorter {
@@ -35,7 +35,7 @@ struct MidiEventSorter {
        }
 };
 
-void* 
+void*
 WavesMidiPort::get_buffer (pframes_t nframes)
 {
     if (is_input ()) {