summaryrefslogtreecommitdiff
path: root/src/shared/appconfig.h
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2018-02-22 16:54:34 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2018-02-22 16:54:34 +0100
commit5e5c9c07291f6b09623d31c92b1fb61c4ede576e (patch)
tree0684c123db375336e0e03f0240155a12e744db16 /src/shared/appconfig.h
parent5ad912e1934061b38825801a27f7c12933878005 (diff)
Applied clang-format on source
Diffstat (limited to 'src/shared/appconfig.h')
-rw-r--r--src/shared/appconfig.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/shared/appconfig.h b/src/shared/appconfig.h
index b32043e5..b2dda14a 100644
--- a/src/shared/appconfig.h
+++ b/src/shared/appconfig.h
@@ -24,15 +24,13 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>.
namespace AppConfig {
-
#define PARWSTRING wstring
-#define APPPARAM(partype, parid, value) partype parid ();
+#define APPPARAM(partype, parid, value) partype parid();
#include "appconfig.inc"
namespace MOShared {
#undef PARWSTRING
#undef APPPARAM
-
}
} // namespace MOShared