]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_spanningtree/precommand.cpp
fixed some indentation and spacing in modules
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / precommand.cpp
index e27de1dbd5a9a7a47eb6120930c0eba3fb952ea3..631a205579bf161bbc8be5f046b6f3e5622a275f 100644 (file)
  */
 
 /* $ModDesc: Provides a spanning tree server link protocol */
-               
+
 #include "inspircd.h"
 #include "commands/cmd_whois.h"
 #include "commands/cmd_stats.h"
 #include "socket.h"
 #include "wildcard.h"
-#include "xline.h"      
-#include "transport.h"  
-                       
+#include "xline.h"
+#include "transport.h"
+
 #include "m_spanningtree/timesynctimer.h"
 #include "m_spanningtree/resolvers.h"
 #include "m_spanningtree/main.h"