summaryrefslogtreecommitdiff
path: root/modules/commands/hs_off.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands/hs_off.cpp')
-rw-r--r--modules/commands/hs_off.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/commands/hs_off.cpp b/modules/commands/hs_off.cpp
index 053a381b1..cb65c7035 100644
--- a/modules/commands/hs_off.cpp
+++ b/modules/commands/hs_off.cpp
@@ -11,7 +11,8 @@
#include "module.h"
-class CommandHSOff : public Command
+class CommandHSOff
+ : public Command
{
public:
CommandHSOff(Module *creator) : Command(creator, "hostserv/off", 0, 0)
@@ -53,7 +54,8 @@ public:
}
};
-class HSOff : public Module
+class HSOff
+ : public Module
{
CommandHSOff commandhsoff;