summaryrefslogtreecommitdiff
path: root/modules/m_rewrite.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/m_rewrite.cpp')
-rw-r--r--modules/m_rewrite.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/m_rewrite.cpp b/modules/m_rewrite.cpp
index b5218756c..2432340f6 100644
--- a/modules/m_rewrite.cpp
+++ b/modules/m_rewrite.cpp
@@ -99,7 +99,7 @@ std::vector<Rewrite> Rewrite::rewrites;
class RewriteCommand : public Command
{
- public:
+public:
RewriteCommand(Module *creator) : Command(creator, "rewrite", 0, 0) { }
void Execute(CommandSource &source, const std::vector<Anope::string> &params) override
@@ -149,7 +149,7 @@ class ModuleRewrite : public Module
{
RewriteCommand cmdrewrite;
- public:
+public:
ModuleRewrite(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, VENDOR | EXTRA), cmdrewrite(this)
{
}