globally remove all trailing whitespace from ardour code base.
[ardour.git] / libs / ardour / audio_track.cc
index 40cbded61fa875369986ab126df560fb93b1da8c..4f414ac2fdf560a33bb47b3f894c054df84e79b5 100644 (file)
@@ -491,7 +491,7 @@ AudioTrack::bounceable (boost::shared_ptr<Processor> endpoint, bool include_endp
                        return false;
                }
 
-               /* we're including the endpoint - if we just hit it, 
+               /* we're including the endpoint - if we just hit it,
                   then stop.
                */
 
@@ -499,7 +499,7 @@ AudioTrack::bounceable (boost::shared_ptr<Processor> endpoint, bool include_endp
                        return true;
                }
 
-               /* save outputs of this processor to test against inputs 
+               /* save outputs of this processor to test against inputs
                   of the next one.
                */