From 1ac689392e4a8f9f27d6f584feecc0f6e6b62680 Mon Sep 17 00:00:00 2001 From: Martchus Date: Wed, 16 Mar 2022 19:24:14 +0100 Subject: [PATCH] Apply clang-format --- backuphelper.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backuphelper.cpp b/backuphelper.cpp index 73da343..7fe49de 100644 --- a/backuphelper.cpp +++ b/backuphelper.cpp @@ -161,8 +161,8 @@ void createBackupFile(const std::string &backupDir, const std::string &originalP std::filesystem::copy_file(u8originalPath, backupPathForOpen, ec); } if (ec) { - throw std::ios_base::failure( - argsToString("Unable to create backup file \"", BasicFileInfo::pathForOpen(backupPath), "\" of \"", originalPath, "\" before rewriting it: " + ec.message())); + throw std::ios_base::failure(argsToString("Unable to create backup file \"", BasicFileInfo::pathForOpen(backupPath), "\" of \"", originalPath, + "\" before rewriting it: " + ec.message())); } // manage streams