diff options
| author | 2022-01-25 13:59:42 +0000 | |
|---|---|---|
| committer | 2022-01-25 14:02:36 +0000 | |
| commit | d79147e7afe2eca34780c607f78b11f8b3dd017d (patch) | |
| tree | a3f9a145dd53f9c1c268ac9b521ac907b802eab0 /include/modules/exemption.h | |
| parent | Fix a few Doxygen comment errors. (diff) | |
Abolish the infernal space before accessibility keywords.
Diffstat (limited to 'include/modules/exemption.h')
| -rw-r--r-- | include/modules/exemption.h | 6 |
1 files changed, 3 insertions, 3 deletions
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") { |
