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_hostchange.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/modules/m_hostchange.cpp') diff --git a/src/modules/m_hostchange.cpp b/src/modules/m_hostchange.cpp index 5016ed5c4..5fe705766 100644 --- a/src/modules/m_hostchange.cpp +++ b/src/modules/m_hostchange.cpp @@ -29,7 +29,7 @@ // Holds information about a rule. class HostRule final { - public: +public: enum HostChangeAction { // Add the user's account name to their hostname. @@ -42,7 +42,7 @@ class HostRule final HCA_SET }; - private: +private: HostChangeAction action; std::string host; std::string klass; @@ -66,7 +66,7 @@ class HostRule final } } - public: +public: HostRule(std::shared_ptr tag, const std::string& Mask, const std::string& Host) : action(HCA_SET) , host(Host) @@ -141,7 +141,7 @@ private: return buffer; } - public: +public: ModuleHostChange() : Module(VF_VENDOR, "Allows the server administrator to define custom rules for applying hostnames to users.") { -- cgit v1.3.1-10-gc9f91