diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-12-14 15:41:08 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-12-14 15:41:08 -0500 |
commit | 81360c4a5fde6d66a81c506af657df77d2e63cff (patch) | |
tree | f7bc6843a6f8ff953732dd9bb906a4de992dbd25 /src/or/hs_intropoint.c | |
parent | a675ef8eeabcd6c2ab05cfadc59a95de578be380 (diff) | |
download | tor-81360c4a5fde6d66a81c506af657df77d2e63cff.tar.gz tor-81360c4a5fde6d66a81c506af657df77d2e63cff.zip |
whitespace fixes
Diffstat (limited to 'src/or/hs_intropoint.c')
-rw-r--r-- | src/or/hs_intropoint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/hs_intropoint.c b/src/or/hs_intropoint.c index 67355bc44b..bfc7ec3876 100644 --- a/src/or/hs_intropoint.c +++ b/src/or/hs_intropoint.c @@ -232,7 +232,6 @@ handle_establish_intro(or_circuit_t *circ, const uint8_t *request, return retval; } - /* Return True if circuit is suitable for becoming an intro circuit. */ int hs_intro_circuit_is_suitable(const or_circuit_t *circ) @@ -286,3 +285,4 @@ hs_intro_received_establish_intro(or_circuit_t *circ, const uint8_t *request, circuit_mark_for_close(TO_CIRCUIT(circ), END_CIRC_REASON_TORPROTOCOL); return -1; } + |