From d79147e7afe2eca34780c607f78b11f8b3dd017d Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 25 Jan 2022 13:59:42 +0000 Subject: Abolish the infernal space before accessibility keywords. --- src/modules/m_spanningtree/servercommand.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/modules/m_spanningtree/servercommand.h') diff --git a/src/modules/m_spanningtree/servercommand.h b/src/modules/m_spanningtree/servercommand.h index d530ad666..cac072cc2 100644 --- a/src/modules/m_spanningtree/servercommand.h +++ b/src/modules/m_spanningtree/servercommand.h @@ -26,7 +26,7 @@ class ProtocolException final : public ModuleException { - public: +public: ProtocolException(const std::string& msg) : ModuleException((Module*)Utils->Creator, "Protocol violation: " + msg) { @@ -38,7 +38,7 @@ class ProtocolException final class ServerCommand : public CommandBase { - public: +public: ServerCommand(Module* Creator, const std::string& Name, unsigned int MinPara = 0, unsigned int MaxPara = 0); /** Register this object in the ServerCommandManager @@ -65,7 +65,7 @@ template class UserOnlyServerCommand : public ServerCommand { - public: +public: UserOnlyServerCommand(Module* Creator, const std::string& Name, unsigned int MinPara = 0, unsigned int MaxPara = 0) : ServerCommand(Creator, Name, MinPara, MaxPara) { } @@ -85,7 +85,7 @@ template class ServerOnlyServerCommand : public ServerCommand { - public: +public: ServerOnlyServerCommand(Module* Creator, const std::string& Name, unsigned int MinPara = 0, unsigned int MaxPara = 0) : ServerCommand(Creator, Name, MinPara, MaxPara) { } @@ -103,7 +103,7 @@ class ServerCommandManager final typedef std::unordered_map ServerCommandMap; ServerCommandMap commands; - public: +public: ServerCommand* GetHandler(const std::string& command) const; bool AddCommand(ServerCommand* cmd); }; -- cgit v1.3.1-10-gc9f91