Prepare export-format codec-quality setting
[ardour.git] / libs / ardour / test / playlist_read_test.h
index 97a1eb9eabb72665a7a4ff512d27ba8318111c41..51618634099555b706be268071ede9d10772e449 100644 (file)
@@ -32,7 +32,7 @@ class PlaylistReadTest : public AudioRegionTest
 public:
        void setUp ();
        void tearDown ();
-       
+
        void singleReadTest ();
        void overlappingReadTest ();
        void transparentReadTest ();
@@ -44,6 +44,6 @@ private:
        ARDOUR::Sample* _buf;
        ARDOUR::Sample* _mbuf;
        float* _gbuf;
-       
+
        void check_staircase (ARDOUR::Sample *, int, int);
 };