summaryrefslogtreecommitdiff
path: root/modules/commands/hs_list.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands/hs_list.cpp')
-rw-r--r--modules/commands/hs_list.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/commands/hs_list.cpp b/modules/commands/hs_list.cpp
index 00f2915d1..cb1dc4d17 100644
--- a/modules/commands/hs_list.cpp
+++ b/modules/commands/hs_list.cpp
@@ -13,7 +13,7 @@
class CommandHSList : public Command
{
- public:
+public:
CommandHSList(Module *creator) : Command(creator, "hostserv/list", 0, 1)
{
this->SetDesc(_("Displays one or more vhost entries"));
@@ -146,7 +146,7 @@ class HSList : public Module
{
CommandHSList commandhslist;
- public:
+public:
HSList(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, VENDOR),
commandhslist(this)
{