appease the clang-format gods

This commit is contained in:
Bret Curtis 2023-05-01 14:09:57 +02:00
parent 5db1cbdc8e
commit 2a238244c5

View file

@ -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();