]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_spanningtree/treesocket.h
Fix a bunch of weird indentation and spacing issues.
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / treesocket.h
index f705887b70ac7b6517947cebed2d8220d91713b0..5d0fc9f2d7598508bcfdd60561353b01e2495b90 100644 (file)
  * CONNECTING: indicates an outbound socket which is
  *                                                     waiting to be writeable.
  * WAIT_AUTH_1:        indicates the socket is outbound and
- *                                                     has successfully connected, but has not
+ *                                                     has successfully connected, but has not
  *                                                     yet sent and received SERVER strings.
  * WAIT_AUTH_2:        indicates that the socket is inbound
- *                                                     but has not yet sent and received
+ *                                                     but has not yet sent and received
  *                                                     SERVER strings.
  * CONNECTED:   represents a fully authorized, fully
  *                                                     connected server.