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_sasl.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/modules/m_sasl.cpp') diff --git a/src/modules/m_sasl.cpp b/src/modules/m_sasl.cpp index 4ca3e6979..b11894870 100644 --- a/src/modules/m_sasl.cpp +++ b/src/modules/m_sasl.cpp @@ -365,7 +365,9 @@ class CommandSASL final { public: SimpleExtItem& authExt; - CommandSASL(Module* Creator, SimpleExtItem& ext) : Command(Creator, "SASL", 2), authExt(ext) + CommandSASL(Module* Creator, SimpleExtItem& ext) + : Command(Creator, "SASL", 2) + , authExt(ext) { this->access_needed = CmdAccess::SERVER; // should not be called by users } -- cgit v1.3.1-10-gc9f91