summaryrefslogtreecommitdiff
path: root/modules/commands/ms_sendall.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands/ms_sendall.cpp')
-rw-r--r--modules/commands/ms_sendall.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/commands/ms_sendall.cpp b/modules/commands/ms_sendall.cpp
index dfbc4c40c..a7bdb5d93 100644
--- a/modules/commands/ms_sendall.cpp
+++ b/modules/commands/ms_sendall.cpp
@@ -16,7 +16,8 @@ namespace
ServiceReference<MemoServService> memoserv("MemoServService", "MemoServ");
}
-class CommandMSSendAll : public Command
+class CommandMSSendAll
+ : public Command
{
public:
CommandMSSendAll(Module *creator) : Command(creator, "memoserv/sendall", 1, 1)
@@ -52,7 +53,8 @@ public:
}
};
-class MSSendAll : public Module
+class MSSendAll
+ : public Module
{
CommandMSSendAll commandmssendall;