1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-30 15:49:41 +02:00

whitespace

This commit is contained in:
Paul Licameli 2020-11-22 15:45:30 -05:00
parent 8cb6749741
commit e3d6c37163

View File

@ -1014,7 +1014,8 @@ bool ProjectFileIO::RenameOrWarn(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;
// So far so good, but the separate -wal and -shm files might yet exist,