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_cloaking.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/modules/m_cloaking.cpp') diff --git a/src/modules/m_cloaking.cpp b/src/modules/m_cloaking.cpp index c401d64ae..828262ed0 100644 --- a/src/modules/m_cloaking.cpp +++ b/src/modules/m_cloaking.cpp @@ -85,7 +85,7 @@ typedef std::vector CloakList; class CloakExtItem final : public SimpleExtItem { - public: +public: CloakExtItem(Module* Creator) : SimpleExtItem(Creator, "cloaks", ExtensionType::USER) { @@ -100,7 +100,7 @@ class CloakExtItem final class CloakUser final : public ModeHandler { - public: +public: bool active = false; CloakExtItem ext; std::string debounce_uid; @@ -196,7 +196,7 @@ class CloakUser final class CommandCloak final : public Command { - public: +public: CommandCloak(Module* Creator) : Command(Creator, "CLOAK", 1) { access_needed = CmdAccess::OPERATOR; @@ -209,7 +209,7 @@ class CommandCloak final class ModuleCloaking final : public Module { - public: +public: CloakUser cu; CommandCloak ck; std::vector cloaks; -- cgit v1.3.1-10-gc9f91