From d39d0447f578f2d284a56a9958590ce58aa43343 Mon Sep 17 00:00:00 2001 From: Bret Curtis Date: Tue, 25 Apr 2023 22:37:14 +0200 Subject: [PATCH] clang-format again --- apps/mwiniimporter/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/mwiniimporter/main.cpp b/apps/mwiniimporter/main.cpp index 2f4f3bdb35..7fdd9537cc 100644 --- a/apps/mwiniimporter/main.cpp +++ b/apps/mwiniimporter/main.cpp @@ -85,7 +85,7 @@ int wmain(int argc, wchar_t* wargv[]) "\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);