summaryrefslogtreecommitdiff
path: root/modules/commands/hs_on.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands/hs_on.cpp')
-rw-r--r--modules/commands/hs_on.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/commands/hs_on.cpp b/modules/commands/hs_on.cpp
index 7c61fe537..7f14e3406 100644
--- a/modules/commands/hs_on.cpp
+++ b/modules/commands/hs_on.cpp
@@ -11,7 +11,8 @@
#include "module.h"
-class CommandHSOn : public Command
+class CommandHSOn
+ : public Command
{
public:
CommandHSOn(Module *creator) : Command(creator, "hostserv/on", 0, 0)
@@ -59,7 +60,8 @@ public:
}
};
-class HSOn : public Module
+class HSOn
+ : public Module
{
CommandHSOn commandhson;