From d13f6bb870cdda71257f665367be8ef9fca86255 Mon Sep 17 00:00:00 2001 From: Mikaƫl Capelle Date: Tue, 17 May 2022 11:47:01 +0200 Subject: Apply clang-format. --- src/shared/appconfig.cpp | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'src/shared/appconfig.cpp') diff --git a/src/shared/appconfig.cpp b/src/shared/appconfig.cpp index d2fc386c..221732de 100644 --- a/src/shared/appconfig.cpp +++ b/src/shared/appconfig.cpp @@ -19,15 +19,21 @@ along with Mod Organizer. If not, see . #include "appconfig.h" -namespace AppConfig { +namespace AppConfig +{ #define PARWSTRING wstring -#define APPPARAM(partype, parid, value) partype parid () { return value; } +#define APPPARAM(partype, parid, value) \ + partype parid() \ + { \ + return value; \ + } #include "appconfig.inc" -namespace MOShared { +namespace MOShared +{ #undef PARWSTRING #undef APPPARAM -} -} // namespace MOShared +} // namespace MOShared +} // namespace AppConfig -- cgit v1.3.1