diff options
| author | 2006-07-09 20:44:30 +0000 | |
|---|---|---|
| committer | 2006-07-09 20:44:30 +0000 | |
| commit | d2ff196395e0b78410ef2e531d6e5edf30947bfb (patch) | |
| tree | c9e7b29b73108fde3598ddfa6450b13b7295c917 /src/modules/m_spanningtree.cpp | |
| parent | FEAR THE POWER OF VIM AND THE ALMIGHTY "%s/ /\t/g" (diff) | |
Fix the only mangled comment thats important, the tree diagram in here ;)
git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4250 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_spanningtree.cpp')
| -rw-r--r-- | src/modules/m_spanningtree.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/modules/m_spanningtree.cpp b/src/modules/m_spanningtree.cpp index 49003c6e4..a28ad9c9d 100644 --- a/src/modules/m_spanningtree.cpp +++ b/src/modules/m_spanningtree.cpp @@ -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 |
