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. --- include/modules/exemption.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/modules/exemption.h') diff --git a/include/modules/exemption.h b/include/modules/exemption.h index 9fa059f7b..c1acfe223 100644 --- a/include/modules/exemption.h +++ b/include/modules/exemption.h @@ -40,13 +40,13 @@ namespace CheckExemption class CheckExemption::EventListener : public Events::ModuleEventListener { - protected: +protected: EventListener(Module* mod, unsigned int eventprio = DefaultPriority) : ModuleEventListener(mod, "event/exemption", eventprio) { } - public: +public: /** Called when checking if a user is exempt from something. * @param user The user to check exemption for. * @param chan The channel to check exemption on. @@ -60,7 +60,7 @@ class CheckExemption::EventListener class CheckExemption::EventProvider final : public Events::ModuleEventProvider { - public: +public: EventProvider(Module* mod) : ModuleEventProvider(mod, "event/exemption") { -- cgit v1.3.1-10-gc9f91