No-op: remove all trailing whitespace.
[dcpomatic.git] / src / lib / sndfile_base.h
index 6c4f02197c3caf837daa610c938a9bc9e3cd73a5..4b7a50fc754431a0480f779d90e8b42f599b42d6 100644 (file)
@@ -31,7 +31,7 @@ public:
        Sndfile (boost::shared_ptr<const SndfileContent> content);
        virtual ~Sndfile ();
 
-protected:     
+protected:
        boost::shared_ptr<const SndfileContent> _sndfile_content;
        SNDFILE* _sndfile;
        SF_INFO _info;