diff options
author | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-05-17 20:27:12 +0000 |
---|---|---|
committer | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-05-17 20:27:12 +0000 |
commit | a41f38c2e4c899c57643a9521dfdc2abfd608711 (patch) | |
tree | b8ba4b92100b1905fe4dc97ceca8b6f65e19d4d6 /src/protocol/plexus.c | |
parent | a0b268dab3ed358bb24f78389a6d7e21f0809102 (diff) |
avoiding indent breakage
git-svn-id: svn://svn.anope.org/anope/trunk@802 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@558 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/protocol/plexus.c')
-rw-r--r-- | src/protocol/plexus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol/plexus.c b/src/protocol/plexus.c index c85b38eb3..d1e5b000c 100644 --- a/src/protocol/plexus.c +++ b/src/protocol/plexus.c @@ -1,5 +1,4 @@ /* PlexusIRCD IRCD functions - * * (C) 2003-2005 Anope Team * Contact us at info@anope.org * @@ -1814,3 +1813,4 @@ AnopeInit (int argc, char **argv) return MOD_CONT; } + |