summaryrefslogtreecommitdiff
path: root/src/shared/appconfig.cpp
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2022-05-17 11:47:01 +0200
committerMikaël Capelle <capelle.mikael@gmail.com>2023-07-09 17:20:40 +0200
commitd13f6bb870cdda71257f665367be8ef9fca86255 (patch)
tree52e214718478f1e52856572f5aa1a2ac58537f9f /src/shared/appconfig.cpp
parent86bb01ba9eac879d3685c439ac9da0028bc4bc80 (diff)
Apply clang-format.
Diffstat (limited to 'src/shared/appconfig.cpp')
-rw-r--r--src/shared/appconfig.cpp16
1 files changed, 11 insertions, 5 deletions
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 <http://www.gnu.org/licenses/>.
#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