Fix broken whitespace. I'd apologize for the compile times if it was my fault :D
[ardour.git] / libs / ardour / test / resampled_source.cc
index 66732f92b594b006a02408a9a6478b93ef15295a..00842c811ea6854d683e050c46c8d125cef6069e 100644 (file)
@@ -21,7 +21,7 @@ ResampledSourceTest::seekTest ()
        r.read (A, 64);
 
        r.seek (0);
-       
+
        Sample B[64];
        r.read (B, 64);