1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-11-30 14:04:30 +00:00

clang-format again

This commit is contained in:
Bret Curtis 2023-04-25 22:37:14 +02:00
parent 4c57e37802
commit d39d0447f5

View file

@ -85,7 +85,7 @@ int wmain(int argc, wchar_t* wargv[])
"\n\twin1252 - Western European (Latin) alphabet, used by default"); "\n\twin1252 - Western European (Latin) alphabet, used by default");
*/ */
options.parse_positional({"ini", "cfg"}); options.parse_positional({ "ini", "cfg" });
auto result = options.parse(argc, argv); auto result = options.parse(argc, argv);