globally remove all trailing whitespace from ardour code base.
[ardour.git] / libs / ardour / ardour / audioregion.h
index 9172021e972402f16fdbec3581918a96e49e9835..3de6de11fa4b7c7b2fd08d07912b7e57e18ee486 100644 (file)
@@ -73,11 +73,11 @@ class LIBARDOUR_API AudioRegion : public Region
        bool speed_mismatch (float) const;
 
        boost::shared_ptr<AudioSource> audio_source (uint32_t n=0) const;
-    
+
     // if several audio files associated with a region,
     // information about file with MAX channel count will be provided
     uint32_t get_related_audio_file_channel_count () const;
-    
+
        void   set_scale_amplitude (gain_t);
        gain_t scale_amplitude() const { return _scale_amplitude; }