From 475f5afafc61504c20968a8107b4fa7ec9c5ab2c Mon Sep 17 00:00:00 2001 From: Adam Date: Wed, 16 Jun 2010 17:14:35 -0400 Subject: Replaced some spaces with tabs in unreal32.c, os_defcon.c, and modes.cpp --- src/protocol/unreal32.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/protocol') diff --git a/src/protocol/unreal32.c b/src/protocol/unreal32.c index 1041352db..3eb24cc62 100644 --- a/src/protocol/unreal32.c +++ b/src/protocol/unreal32.c @@ -701,9 +701,9 @@ int anope_event_mode(const char *source, int ac, const char **av) /* This is used to strip the TS from the end of the mode stirng */ int anope_event_gmode(const char *source, int ac, const char **av) { - if (findserver(servlist, source)) - --ac; - return anope_event_mode(source, ac, av); + if (findserver(servlist, source)) + --ac; + return anope_event_mode(source, ac, av); } /* Unreal sends USER modes with this */ -- cgit