diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-10-31 22:46:07 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-11-14 23:16:24 -0500 |
commit | 25cf286fb1b2a11f82b3e5a0e7800a2071ec6ed2 (patch) | |
tree | f0f01f3be0a4c7fcac6ebf728254a0f324c4ea74 /src/or/connection_edge.c | |
parent | 0487c0d5798ce125dcaf61f7c8fc8b879d377674 (diff) | |
download | tor-25cf286fb1b2a11f82b3e5a0e7800a2071ec6ed2.tar.gz tor-25cf286fb1b2a11f82b3e5a0e7800a2071ec6ed2.zip |
Whitespace cleanup
Diffstat (limited to 'src/or/connection_edge.c')
-rw-r--r-- | src/or/connection_edge.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/or/connection_edge.c b/src/or/connection_edge.c index ead9c49efe..28cd42fee7 100644 --- a/src/or/connection_edge.c +++ b/src/or/connection_edge.c @@ -784,7 +784,6 @@ connection_ap_detach_retriable(entry_connection_t *conn, } } - /** Check if <b>conn</b> is using a dangerous port. Then warn and/or * reject depending on our config options. */ static int @@ -2209,7 +2208,6 @@ begin_cell_parse(const cell_t *cell, begin_cell_t *bcell, return 0; } - /** A relay 'begin' or 'begin_dir' cell has arrived, and either we are * an exit hop for the circuit, or we are the origin and it is a * rendezvous begin. |