No-op: remove all trailing whitespace.
[dcpomatic.git] / src / lib / audio_decoder.h
index 1b17029b7e4b2889d85e72861802b6e6c9097bac..387b1ad7ff74e396a6e85978ec6731a8c3af60d9 100644 (file)
@@ -40,7 +40,7 @@ class AudioDecoder : public virtual Decoder, public boost::enable_shared_from_th
 {
 public:
        AudioDecoder (boost::shared_ptr<const AudioContent>);
-       
+
        boost::shared_ptr<const AudioContent> audio_content () const {
                return _audio_content;
        }
@@ -57,8 +57,8 @@ protected:
        void audio (AudioStreamPtr stream, boost::shared_ptr<const AudioBuffers>, ContentTime);
        void flush ();
        void seek (ContentTime t, bool accurate);
-       
-private:       
+
+private:
        boost::shared_ptr<const AudioContent> _audio_content;
        /** An AudioDecoderStream object to manage each stream in _audio_content */
        std::map<AudioStreamPtr, boost::shared_ptr<AudioDecoderStream> > _streams;