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:
parent
4c57e37802
commit
d39d0447f5
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue