No-op: remove all trailing whitespace.
[dcpomatic.git] / src / lib / audio_buffers.h
index 8cd67aaa729d52afc42a8ff5b11f3d42327de414..bcf5d5928ee1330758573cf4d8a7417f46d76e56 100644 (file)
@@ -47,7 +47,7 @@ public:
        float** data () const {
                return _data;
        }
-       
+
        float* data (int) const;
 
        int channels () const {
@@ -75,7 +75,7 @@ public:
 private:
        void allocate (int, int);
        void deallocate ();
-       
+
        /** Number of channels */
        int _channels;
        /** Number of frames (where a frame is one sample across all channels) */