diff options
| author | 2021-04-27 16:36:40 +0100 | |
|---|---|---|
| committer | 2021-04-27 16:41:14 +0100 | |
| commit | b4a174ee9c32d62ea6bf010e837e8c5b1c3d36a3 (patch) | |
| tree | 81327174fcc9df91ad7494e7b34829770caac727 /src/modules/m_callerid.cpp | |
| parent | Fix SendNoticeInternal not having a NULL command variant. (diff) | |
Fix a bunch of weird indentation and spacing issues.
Diffstat (limited to 'src/modules/m_callerid.cpp')
| -rw-r--r-- | src/modules/m_callerid.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_callerid.cpp b/src/modules/m_callerid.cpp index 14f7012b6..ec1114cb9 100644 --- a/src/modules/m_callerid.cpp +++ b/src/modules/m_callerid.cpp @@ -45,7 +45,7 @@ enum class callerid_data { public: - typedef insp::flat_set<User*> UserSet; + typedef insp::flat_set<User*> UserSet; typedef std::vector<callerid_data*> CallerIdDataSet; time_t lastnotify; |
