aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_callerid.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2022-01-25 13:59:42 +0000
committerGravatar Sadie Powell2022-01-25 14:02:36 +0000
commitd79147e7afe2eca34780c607f78b11f8b3dd017d (patch)
treea3f9a145dd53f9c1c268ac9b521ac907b802eab0 /src/modules/m_callerid.cpp
parentFix a few Doxygen comment errors. (diff)
Abolish the infernal space before accessibility keywords.
Diffstat (limited to 'src/modules/m_callerid.cpp')
-rw-r--r--src/modules/m_callerid.cpp8
1 files changed, 4 insertions, 4 deletions
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<User*> UserSet;
typedef std::vector<callerid_data*> 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;