globally remove all trailing whitespace from ardour code base.
[ardour.git] / libs / backends / wavesaudio / waves_midi_device_manager.h
index b218299a5e3e0a6f733053a8445d7af1683d0c49..fde4fc312fbdb314e0bdbc11c6c78092960f5249 100644 (file)
@@ -31,7 +31,7 @@ public:
     WavesMidiDeviceManager (WavesAudioBackend& audiobackend);
     ~WavesMidiDeviceManager ();
 
-    inline const std::vector<WavesMidiDevice *>& devices () const 
+    inline const std::vector<WavesMidiDevice *>& devices () const
     {
         return _devices;
     }
@@ -51,10 +51,10 @@ private:
     void _portmidi_callback (PtTimestamp timestamp);
     /** __get_time_ms is given to Pm_Open functions (see WavesMidiDevice.cc)
      *  to provide the time in milliseconds using the time of audio
-     *  transport. 
+     *  transport.
      *  time_info is a pointer on the backend instance, which agregates the
      *  audio and miditransports. It's not checked for correctness to consume
-     *  no time. 
+     *  no time.
      */
     static PmTimestamp __get_time_ms (void *time_info);
 
@@ -72,4 +72,4 @@ private:
 } // namespace
 
 #endif /* __libardour_waves_midi_device_manager_h__ */
-    
+