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_cban.cpp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/modules/m_cban.cpp') diff --git a/src/modules/m_cban.cpp b/src/modules/m_cban.cpp index 437cef2b5..d83b5fbf5 100644 --- a/src/modules/m_cban.cpp +++ b/src/modules/m_cban.cpp @@ -75,7 +75,10 @@ class CBanFactory final : public XLineFactory { public: - CBanFactory() : XLineFactory("CBAN") { } + CBanFactory() + : XLineFactory("CBAN") + { + } XLine* Generate(time_t set_time, unsigned long duration, const std::string& source, const std::string& reason, const std::string& xline_specific_mask) override { @@ -92,7 +95,8 @@ class CommandCBan final : public Command { public: - CommandCBan(Module* Creator) : Command(Creator, "CBAN", 1, 3) + CommandCBan(Module* Creator) + : Command(Creator, "CBAN", 1, 3) { access_needed = CmdAccess::OPERATOR; syntax = { " [ [:]]" }; -- cgit v1.3.1-10-gc9f91