aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_spanningtree.cpp
diff options
context:
space:
mode:
authorGravatar brain2006-07-09 20:41:36 +0000
committerGravatar brain2006-07-09 20:41:36 +0000
commit6a831a13ce816907bbf4b3a0a76c449a59972983 (patch)
tree6c9820913148a41ecd3c35fe3e8b7b5a06bc0e24 /src/modules/m_spanningtree.cpp
parentWhack a space indent (diff)
FEAR THE POWER OF VIM AND THE ALMIGHTY "%s/ /\t/g"
git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4249 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_spanningtree.cpp')
-rw-r--r--src/modules/m_spanningtree.cpp24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/modules/m_spanningtree.cpp b/src/modules/m_spanningtree.cpp
index 3f69dce0d..49003c6e4 100644
--- a/src/modules/m_spanningtree.cpp
+++ b/src/modules/m_spanningtree.cpp
@@ -3,13 +3,13 @@
* +------------------------------------+
*
* InspIRCd is copyright (C) 2002-2006 ChatSpike-Dev.
- * E-mail:
- * <brain@chatspike.net>
- * <Craig@chatspike.net>
+ * E-mail:
+ * <brain@chatspike.net>
+ * <Craig@chatspike.net>
*
* Written by Craig Edwards, Craig McLure, and others.
* This program is free but copyrighted software; see
- * the file COPYING for details.
+ * the file COPYING for details.
*
* ---------------------------------------------------
*/
@@ -227,13 +227,13 @@ class TreeServer
* to get here. If we were to try this algorithm with server B,
* the Route pointer would point at its own object ('this').
*
- * A
- * / \
- * + B C
- * / \ \
- * D E F
- * / \
- * * G H
+ * A
+ * / \
+ * + B C
+ * / \ \
+ * D E F
+ * / \
+ * * G H
*
* We only run this algorithm when a server is created, as
* the routes remain constant while ever the server exists, and
@@ -606,7 +606,7 @@ class cmd_rconnect : public command_t
cmd_rconnect (Module* Callback) : command_t("RCONNECT", 'o', 2), Creator(Callback)
{
this->source = "m_spanningtree.so";
- }
+ }
void Handle (char **parameters, int pcnt, userrec *user)
{