diff --git a/backuphelper.cpp b/backuphelper.cpp index 89fcf0d..5681915 100644 --- a/backuphelper.cpp +++ b/backuphelper.cpp @@ -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 diff --git a/mediafileinfo.cpp b/mediafileinfo.cpp index b5faf38..28fabd1 100644 --- a/mediafileinfo.cpp +++ b/mediafileinfo.cpp @@ -1728,4 +1728,4 @@ void MediaFileInfo::makeMp3File(Diagnostics &diag, AbortableProgressFeedback &pr } } } -} +} // namespace TagParser