]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Remove space indenting. (Brain, *smack* :P)
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>
Fri, 17 Oct 2008 17:57:45 +0000 (17:57 +0000)
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>
Fri, 17 Oct 2008 17:57:45 +0000 (17:57 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10655 e03df62e-2008-0410-955e-edbf42e46eb7

src/users.cpp

index e7f2578db32d9833ca9f21bd61e6ce6428170114..46f3eb6cccd3d5ebad7195adb2914f5f9bb9e2e5 100644 (file)
@@ -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)