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:
parent
9434ac0e06
commit
5576e4e9b7
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
<< "'";
|
||||
|
|
Loading…
Reference in a new issue