From fe9c0cfc2a146d62967ad611682e7bc464ef1dfd Mon Sep 17 00:00:00 2001 From: w00t Date: Fri, 17 Oct 2008 17:57:45 +0000 Subject: Remove space indenting. (Brain, *smack* :P) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10655 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/users.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3