diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-10-11 11:30:01 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-10-11 11:30:01 -0400 |
commit | 69921837a743d551576b3b157657623a0bb96308 (patch) | |
tree | 2280953a09d763ec3359107d0da96d55ef90fbf7 /src/or/rendclient.c | |
parent | 3b704fd16667007d49223e1ae555eb7bd03092b3 (diff) | |
download | tor-69921837a743d551576b3b157657623a0bb96308.tar.gz tor-69921837a743d551576b3b157657623a0bb96308.zip |
Fix a bunch of whitespace errors
Diffstat (limited to 'src/or/rendclient.c')
-rw-r--r-- | src/or/rendclient.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/rendclient.c b/src/or/rendclient.c index fc2657d0e3..1038378de1 100644 --- a/src/or/rendclient.c +++ b/src/or/rendclient.c @@ -366,8 +366,8 @@ rend_client_introduction_acked(origin_circuit_t *circ, safe_str_client(circ->rend_data->onion_address), safe_str_client(extend_info_describe(circ->build_state->chosen_exit))); if (rend_client_report_intro_point_failure(circ->build_state->chosen_exit, - circ->rend_data, - INTRO_POINT_FAILURE_GENERIC)>0){ + circ->rend_data, + INTRO_POINT_FAILURE_GENERIC)>0) { /* There are introduction points left. Re-extend the circuit to * another intro point and try again. */ int result = rend_client_reextend_intro_circuit(circ); |