appease the clang-format gods

cli11_mwiniimporter
Bret Curtis 1 year ago
parent 5db1cbdc8e
commit 2a238244c5

@ -37,7 +37,8 @@ std::filesystem::path getExecutablePath()
#endif #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 #ifdef _WIN32
std::wstring wBinaryPath = binaryPath.native(); std::wstring wBinaryPath = binaryPath.native();

Loading…
Cancel
Save