]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
whitespace fix
authorRoger Dingledine <arma@torproject.org>
Mon, 24 Nov 2008 02:02:48 +0000 (02:02 +0000)
committerRoger Dingledine <arma@torproject.org>
Mon, 24 Nov 2008 02:02:48 +0000 (02:02 +0000)
svn:r17379

src/or/or.h

index 4d1b7de2fe56defd55a0116756972b5031a8a87e..254fb60b627be4cca32867c5394bfdc1bb1878c7 100644 (file)
@@ -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