summaryrefslogtreecommitdiff
path: root/modules/commands/ms_check.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands/ms_check.cpp')
-rw-r--r--modules/commands/ms_check.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/commands/ms_check.cpp b/modules/commands/ms_check.cpp
index de26adee8..be5e7fc56 100644
--- a/modules/commands/ms_check.cpp
+++ b/modules/commands/ms_check.cpp
@@ -11,7 +11,8 @@
#include "module.h"
-class CommandMSCheck : public Command
+class CommandMSCheck
+ : public Command
{
public:
CommandMSCheck(Module *creator) : Command(creator, "memoserv/check", 1, 1)
@@ -72,7 +73,8 @@ public:
}
};
-class MSCheck : public Module
+class MSCheck
+ : public Module
{
CommandMSCheck commandmscheck;