aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_spanningtree.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_spanningtree.cpp')
-rw-r--r--src/modules/m_spanningtree.cpp14
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