From 45e56e5ee1bdb9e169be957e21a4f7b536e417ff Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Thu, 1 Dec 2022 05:14:58 +0000 Subject: Yet more stylistic fixes. --- src/modules/m_shun.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/modules/m_shun.cpp') diff --git a/src/modules/m_shun.cpp b/src/modules/m_shun.cpp index 3b0d7baf4..754ee426c 100644 --- a/src/modules/m_shun.cpp +++ b/src/modules/m_shun.cpp @@ -41,7 +41,8 @@ class ShunFactory final : public XLineFactory { public: - ShunFactory() : XLineFactory("SHUN") { } + ShunFactory() + : XLineFactory("SHUN") { } XLine* Generate(time_t set_time, unsigned long duration, const std::string& source, const std::string& reason, const std::string& xline_specific_mask) override { @@ -58,7 +59,8 @@ class CommandShun final : public Command { public: - CommandShun(Module* Creator) : Command(Creator, "SHUN", 1, 3) + CommandShun(Module* Creator) + : Command(Creator, "SHUN", 1, 3) { access_needed = CmdAccess::OPERATOR; syntax = { " [ :]" }; -- cgit v1.3.1-10-gc9f91