diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-10-17 17:57:45 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-10-17 17:57:45 +0000 |
commit | fe9c0cfc2a146d62967ad611682e7bc464ef1dfd (patch) | |
tree | 5794f88858bf8ae076cd38c5be09f6027ebf6676 /src/users.cpp | |
parent | ddb29cf8122176ff1e2db809cbfc88231ab793b5 (diff) |
Remove space indenting. (Brain, *smack* :P)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10655 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/users.cpp')
-rw-r--r-- | src/users.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/users.cpp b/src/users.cpp index e7f2578db..46f3eb6cc 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -1639,7 +1639,7 @@ bool User::ChangeIdent(const char* newident) if (this->ident == newident) return true; - int MOD_RESULT = 0; + int MOD_RESULT = 0; FOREACH_RESULT(I_OnHostCycle, OnHostCycle(this)); if (this->ServerInstance->Config->CycleHosts && !MOD_RESULT) |