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.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shared/appconfig.cpp b/src/shared/appconfig.cpp
index 49edcbcc..ebb72aba 100644
--- a/src/shared/appconfig.cpp
+++ b/src/shared/appconfig.cpp
@@ -22,12 +22,12 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>.
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 {
#undef PARWSTRING
#undef APPPARAM
-
}
} // namespace MOShared