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_monitor.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_monitor.cpp')
| -rw-r--r-- | src/modules/m_monitor.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/modules/m_monitor.cpp b/src/modules/m_monitor.cpp index ea631b2e8..823a6fe5d 100644 --- a/src/modules/m_monitor.cpp +++ b/src/modules/m_monitor.cpp @@ -190,7 +190,7 @@ class IRCv3::Monitor::Manager } private: - typedef TR1NS::unordered_map<std::string, Entry, irc::insensitive, irc::StrHashComp> NickHash; + typedef TR1NS::unordered_map<std::string, Entry, irc::insensitive, irc::StrHashComp> NickHash; Entry* Find(const std::string& nick) { @@ -239,9 +239,9 @@ class IRCv3::Monitor::Manager return &extdata->list; } - NickHash nicks; - ExtItem ext; - WatchedList emptywatchedlist; + NickHash nicks; + ExtItem ext; + WatchedList emptywatchedlist; }; void IRCv3::Monitor::Manager::ExtItem::FromInternal(Extensible* container, const std::string& value) |
