No-op: remove all trailing whitespace.
[dcpomatic.git] / src / lib / audio_decoder_stream.h
index 24f86c2e398a9337610eaebe1c96d97b2b563b18..5c772e4f7cc9423ed172e0fe51f53e7b4acbd781 100644 (file)
@@ -32,12 +32,12 @@ class AudioDecoderStream
 {
 public:
        AudioDecoderStream (boost::shared_ptr<const AudioContent>, AudioStreamPtr, AudioDecoder* decoder);
-       
+
        ContentAudio get (Frame time, Frame length, bool accurate);
        void audio (boost::shared_ptr<const AudioBuffers>, ContentTime);
        void flush ();
        void seek (ContentTime time, bool accurate);
-       
+
 private:
 
        void reset_decoded ();