diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-01-18 17:14:42 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-01-18 17:14:42 -0500 |
commit | 85a17ee2e784eeb6db32c178cbc2e2620ef3b765 (patch) | |
tree | 334f4b535d68941e735666c6a25525dc16c12078 /src/or/hs_intropoint.c | |
parent | 88e4ffab9ea98d135de592c3af368940ee4f0c5f (diff) | |
download | tor-85a17ee2e784eeb6db32c178cbc2e2620ef3b765.tar.gz tor-85a17ee2e784eeb6db32c178cbc2e2620ef3b765.zip |
whitespace fixes
Diffstat (limited to 'src/or/hs_intropoint.c')
-rw-r--r-- | src/or/hs_intropoint.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/hs_intropoint.c b/src/or/hs_intropoint.c index 04f8c621aa..db4ba7982a 100644 --- a/src/or/hs_intropoint.c +++ b/src/or/hs_intropoint.c @@ -592,3 +592,4 @@ hs_intro_received_introduce1(or_circuit_t *circ, const uint8_t *request, circuit_mark_for_close(TO_CIRCUIT(circ), END_CIRC_REASON_TORPROTOCOL); return -1; } + |