aboutsummaryrefslogtreecommitdiff
path: root/src/users.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2020-07-29 11:54:49 +0100
committerGravatar Sadie Powell2020-07-29 12:01:05 +0100
commit88df35c715b7d0218cffa741ac568502d7a2ee15 (patch)
tree1d1fe382f29dab88766a071c7956955f254fa73d /src/users.cpp
parentFix mkheaders 'experimental push on scalar is now forbidden' warning. (diff)
Replace all erroneous space indentation with tab indentation.
Diffstat (limited to 'src/users.cpp')
-rw-r--r--src/users.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/users.cpp b/src/users.cpp
index 0800b2f89..f6bed6c1d 100644
--- a/src/users.cpp
+++ b/src/users.cpp
@@ -1145,7 +1145,7 @@ void LocalUser::SetClass(const std::string &explicit_name)
/* check if host matches.. */
if (!InspIRCd::MatchCIDR(this->GetIPString(), c->GetHost(), NULL) &&
- !InspIRCd::MatchCIDR(this->GetRealHost(), c->GetHost(), NULL))
+ !InspIRCd::MatchCIDR(this->GetRealHost(), c->GetHost(), NULL))
{
ServerInstance->Logs->Log("CONNECTCLASS", LOG_DEBUG, "No host match (for %s)", c->GetHost().c_str());
continue;