summaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-11-24 02:02:48 +0000
committerRoger Dingledine <arma@torproject.org>2008-11-24 02:02:48 +0000
commita53ebd20f07abe108f7be6da33502036678885ad (patch)
tree53c61833820fc72057cd0223290a9f471f2a3d9b /src/or/or.h
parent5f86304a5c66ba344ca2fc9baf342752d468f9ef (diff)
downloadtor-a53ebd20f07abe108f7be6da33502036678885ad.tar.gz
tor-a53ebd20f07abe108f7be6da33502036678885ad.zip
whitespace fix
svn:r17379
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h
index 4d1b7de2fe..254fb60b62 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -944,7 +944,7 @@ typedef struct connection_t {
* AF_INET6 */
tor_addr_t addr; /**< IP of the other side of the connection; used to
* identify routers, along with port. */
- uint16_t port; /**< If non-zero, port on the other end
+ uint16_t port; /**< If non-zero, port on the other end
* of the connection. */
uint16_t marked_for_close; /**< Should we close this conn on the next
* iteration of the main loop? (If true, holds