mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-13 15:17:42 +02:00
whitespace
This commit is contained in:
parent
8cb6749741
commit
e3d6c37163
@ -1014,7 +1014,8 @@ bool ProjectFileIO::RenameOrWarn(const FilePath &src, const FilePath &dst)
|
|||||||
|
|
||||||
bool ProjectFileIO::MoveProject(const FilePath &src, const FilePath &dst)
|
bool ProjectFileIO::MoveProject(const FilePath &src, const FilePath &dst)
|
||||||
{
|
{
|
||||||
// Assume the src database file is not busy. if (!RenameOrWarn(src, dst))
|
// Assume the src database file is not busy.
|
||||||
|
if (!RenameOrWarn(src, dst))
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
// So far so good, but the separate -wal and -shm files might yet exist,
|
// So far so good, but the separate -wal and -shm files might yet exist,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user