Apply clang-format

This commit is contained in:
Martchus 2018-04-29 17:19:33 +02:00
parent 0f0260fb77
commit b76c334606
2 changed files with 2 additions and 2 deletions

View File

@ -165,7 +165,7 @@ void createBackupFile(const std::string &originalPath, std::string &backupPath,
}
}
// test whether the backup path is still unused; otherwise continue loop
// test whether the backup path is still unused; otherwise continue loop
#ifdef PLATFORM_WINDOWS
if (GetFileAttributes(backupPath.c_str()) == INVALID_FILE_ATTRIBUTES) {
#else

View File

@ -1728,4 +1728,4 @@ void MediaFileInfo::makeMp3File(Diagnostics &diag, AbortableProgressFeedback &pr
}
}
}
}
} // namespace TagParser