summaryrefslogtreecommitdiff
path: root/src/shared/appconfig.cpp
diff options
context:
space:
mode:
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