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_callerid.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/modules/m_callerid.cpp') diff --git a/src/modules/m_callerid.cpp b/src/modules/m_callerid.cpp index 083585c43..a407606ca 100644 --- a/src/modules/m_callerid.cpp +++ b/src/modules/m_callerid.cpp @@ -45,7 +45,7 @@ enum class callerid_data final { - public: +public: typedef insp::flat_set UserSet; typedef std::vector CallerIdDataSet; @@ -333,10 +333,10 @@ public: class CallerIDAPIImpl final : public CallerID::APIBase { - private: +private: CallerIDExtInfo& ext; - public: +public: CallerIDAPIImpl(Module* Creator, CallerIDExtInfo& Ext) : CallerID::APIBase(Creator) , ext(Ext) @@ -355,7 +355,7 @@ class ModuleCallerID final , public CTCTags::EventListener , public ISupport::EventListener { - private: +private: CommandAccept cmd; CallerIDAPIImpl api; SimpleUserMode myumode; -- cgit v1.3.1-10-gc9f91