diff options
author | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-08-23 19:19:01 +0000 |
---|---|---|
committer | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-08-23 19:19:01 +0000 |
commit | efbabe7b2ac3fd6dc03bcc7001e854bb2b60425e (patch) | |
tree | d0486a7b3e632217ede20f0d8e30f363e3b731d2 /src | |
parent | 95755079a0bdf11ae304b686793b2ef507913afd (diff) |
BUILD : 1.7.5 (329) BUGS : N/A NOTES : Fixed more indent crap
git-svn-id: svn://svn.anope.org/anope/trunk@329 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@205 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src')
-rw-r--r-- | src/misc.c | 5 | ||||
-rw-r--r-- | src/modules.c | 5 | ||||
-rw-r--r-- | src/mysql.c | 2 | ||||
-rw-r--r-- | src/news.c | 8 | ||||
-rw-r--r-- | src/nickserv.c | 2 |
5 files changed, 10 insertions, 12 deletions
diff --git a/src/misc.c b/src/misc.c index c3726ce74..4a2236b7d 100644 --- a/src/misc.c +++ b/src/misc.c @@ -1,5 +1,4 @@ -/* Miscellaneous routines. -/* Miscellaneous routines. + /* Miscellaneous routines. * * (C) 2003 Anope Team @@ -712,4 +711,4 @@ int nickIsServices(char *nick) return found; } - + diff --git a/src/modules.c b/src/modules.c index 255cd0c5c..7ddf164b6 100644 --- a/src/modules.c +++ b/src/modules.c @@ -1,5 +1,4 @@ -/* Modular support -/* Modular support + /* Modular support * * (C) 2003 Anope Team @@ -2026,4 +2025,4 @@ void moduleCleanStruct(ModuleData * moduleData[]) /* EOF */ - + diff --git a/src/mysql.c b/src/mysql.c index cb4e079ed..cc0c6ee80 100644 --- a/src/mysql.c +++ b/src/mysql.c @@ -1,6 +1,7 @@ /* MySQL functions. /* MySQL functions. /* MySQL functions. +/* MySQL functions. * * (C) 2003 Anope Team * Contact us at info@anope.org @@ -1611,3 +1612,4 @@ void db_mysql_load_ns_dbase(void) } + diff --git a/src/news.c b/src/news.c index a419aa616..1d8120797 100644 --- a/src/news.c +++ b/src/news.c @@ -1,5 +1,4 @@ -/* News functions. -/* News functions. + /* News functions. * * (C) 2003 Anope Team @@ -47,8 +46,6 @@ struct newsmsgs { int msgs[MSG_MAX + 1]; }; -/* *INDENT-OFF* */ - struct newsmsgs msgarray[] = { { NEWS_LOGON, "LOGON", { NEWS_LOGON_SYNTAX, @@ -97,7 +94,7 @@ struct newsmsgs msgarray[] = { } }; -/* *INDENT-ON* */ +static int *findmsgs(int16 type, char **typename) { int i; for (i = 0; i < lenof(msgarray); i++) { @@ -539,3 +536,4 @@ static int del_newsitem(int num, short type) } /*************************************************************************/ + diff --git a/src/nickserv.c b/src/nickserv.c index 3342f635b..d1411668f 100644 --- a/src/nickserv.c +++ b/src/nickserv.c @@ -1,4 +1,5 @@ /* NickServ functions. +/* NickServ functions. * * (C) 2003 Anope Team * Contact us at info@anope.org @@ -141,7 +142,6 @@ void moduleAddNickServCmds(void) { } /* *INDENT-ON* */ /*************************************************************************/ -/*************************************************************************/ /* Display total number of registered nicks and info about each; or, if * a specific nick is given, display information about that nick (like |