From 2a238244c5b51e7cd8f8b72369e3260fc7255e8d Mon Sep 17 00:00:00 2001 From: Bret Curtis Date: Mon, 1 May 2023 14:09:57 +0200 Subject: [PATCH] appease the clang-format gods --- apps/mwiniimporter_tests/main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/mwiniimporter_tests/main.cpp b/apps/mwiniimporter_tests/main.cpp index fea9cc4b62..2c40db293d 100644 --- a/apps/mwiniimporter_tests/main.cpp +++ b/apps/mwiniimporter_tests/main.cpp @@ -37,7 +37,8 @@ std::filesystem::path getExecutablePath() #endif } -int runBinary(const std::filesystem::path& binaryPath, const std::filesystem::path& iniPath, const std::filesystem::path& cfgPath) +int runBinary( + const std::filesystem::path& binaryPath, const std::filesystem::path& iniPath, const std::filesystem::path& cfgPath) { #ifdef _WIN32 std::wstring wBinaryPath = binaryPath.native();