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

clang-format again

This commit is contained in:
Bret Curtis 2023-05-08 23:52:50 +02:00
parent 9434ac0e06
commit 5576e4e9b7

View file

@ -42,7 +42,7 @@ int runBinary(
{
#ifdef _WIN32
std::filesystem::path psScriptPath = std::filesystem::temp_directory_path()
/ ("openmw_iniimporter_tests_" + std::to_string(std::time(nullptr))+ ".ps1");
/ ("openmw_iniimporter_tests_" + std::to_string(std::time(nullptr)) + ".ps1");
std::wofstream psScriptFile(psScriptPath);
psScriptFile << L"& '" << binaryPath.native() << L"' -i '" << iniPath.native() << L"' -c '" << cfgPath.native()
<< "'";