1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-07 06:45:34 +00:00

oh clang-format; stop hating me

This commit is contained in:
Bret Curtis 2023-05-03 15:31:42 +02:00
parent 1a3d87d955
commit f48b96d861

View file

@ -42,8 +42,8 @@ int runBinary(
{
#ifdef _WIN32
std::wstringstream cmd;
cmd << L'"' << binaryPath.native() << L'"' << L" -i " << '"' << iniPath.native() << '"' << L" -c " << '"' << cfgPath.native()
<< '"';
cmd << L'"' << binaryPath.native() << L'"' << L" -i " << '"' << iniPath.native() << '"' << L" -c " << '"'
<< cfgPath.native() << '"';
return _wsystem(cmd.str().c_str());
#else
std::stringstream cmd;