mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-20 13:46:30 +01:00
NO-OP: whitespace
This commit is contained in:
parent
197a1e4446
commit
1ca76c4e18
1 changed files with 2 additions and 2 deletions
|
|
@ -120,9 +120,9 @@ SndFileSource::SndFileSource (Session& s, const string& path, const string& orig
|
||||||
{
|
{
|
||||||
int fmt = 0;
|
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 ();
|
existence_check ();
|
||||||
|
|
||||||
_file_is_new = true;
|
_file_is_new = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue