From b76c334606cfa7eef25315dc46867852388a04da Mon Sep 17 00:00:00 2001 From: Martchus Date: Sun, 29 Apr 2018 17:19:33 +0200 Subject: [PATCH] Apply clang-format --- backuphelper.cpp | 2 +- mediafileinfo.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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