No-op: remove all trailing whitespace.
[dcpomatic.git] / src / lib / resampler.h
index 21ef412deb02d9e79109203ef6e5ad7ea3f05b9f..332b9b4b1ce2d7d821af17b5d6b39ab6a89f18eb 100644 (file)
@@ -36,7 +36,7 @@ public:
        boost::shared_ptr<const AudioBuffers> run (boost::shared_ptr<const AudioBuffers>);
        boost::shared_ptr<const AudioBuffers> flush ();
 
-private:       
+private:
        SwrContext* _swr_context;
        int _in_rate;
        int _out_rate;