NO-OP: whitespace
authorRobin Gareus <robin@gareus.org>
Wed, 7 Nov 2018 18:21:10 +0000 (19:21 +0100)
committerRobin Gareus <robin@gareus.org>
Wed, 7 Nov 2018 18:21:10 +0000 (19:21 +0100)
libs/ardour/sndfilesource.cc

index b34bbaa9d26527af37c6b6fd9e7cb80513a572d1..df228cb69ee6ef29528e80e9578f82b8d00aac52 100644 (file)
@@ -120,9 +120,9 @@ SndFileSource::SndFileSource (Session& s, const string& path, const string& orig
 {
        int fmt = 0;
 
-        init_sndfile ();
+       init_sndfile ();
 
-        assert (!Glib::file_test (_path, Glib::FILE_TEST_EXISTS));
+       assert (!Glib::file_test (_path, Glib::FILE_TEST_EXISTS));
        existence_check ();
 
        _file_is_new = true;