summaryrefslogtreecommitdiff
path: root/src/modules/m_check.cpp
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2019-07-26 10:22:42 +0100
committerPeter Powell <petpow@saberuk.com>2019-07-26 10:22:42 +0100
commit193eac649066bda33e693baadce6bc40181008f0 (patch)
tree31de89391dfe7d8c8739178e6ba67dc8f016dc1f /src/modules/m_check.cpp
parent8fe455f1dad5c7e3f6f7f638b0243cffedf322a3 (diff)
Fix various cases of broken indentation.
Diffstat (limited to 'src/modules/m_check.cpp')
-rw-r--r--src/modules/m_check.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/m_check.cpp b/src/modules/m_check.cpp
index d6c17a37e..abbaaab8d 100644
--- a/src/modules/m_check.cpp
+++ b/src/modules/m_check.cpp
@@ -261,8 +261,8 @@ class CommandCheck : public Command
for (Channel::MemberMap::const_iterator i = ulist.begin(); i != ulist.end(); ++i)
{
/*
- * Unlike Asuka, I define a clone as coming from the same host. --w00t
- */
+ * Unlike Asuka, I define a clone as coming from the same host. --w00t
+ */
const UserManager::CloneCounts& clonecount = ServerInstance->Users->GetCloneCounts(i->first);
context.Write("member", InspIRCd::Format("%u %s%s (%s)", clonecount.global,
i->second->GetAllPrefixChars().c_str(), i->first->GetFullHost().c_str(),