mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 12:58:00 +03:00
appease the clang-format gods
This commit is contained in:
parent
5db1cbdc8e
commit
2a238244c5
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue