From d85270e13c74bbfb9d2a2f2f7f73736a07b57046 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 12 Nov 2014 13:15:10 -0500 Subject: Reenhappy make check-spaces --- src/or/circuitlist.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/or/circuitlist.c') diff --git a/src/or/circuitlist.c b/src/or/circuitlist.c index 1b4582ad95..c7287f921d 100644 --- a/src/or/circuitlist.c +++ b/src/or/circuitlist.c @@ -1740,10 +1740,11 @@ circuit_mark_for_close_, (circuit_t *circ, int reason, int line, "(building circuit to intro point). " "Marking intro point as possibly unreachable.", safe_str_client(ocirc->rend_data->onion_address), - safe_str_client(build_state_get_exit_nickname(ocirc->build_state))); + safe_str_client(build_state_get_exit_nickname( + ocirc->build_state))); rend_client_report_intro_point_failure(ocirc->build_state->chosen_exit, - ocirc->rend_data, - INTRO_POINT_FAILURE_UNREACHABLE); + ocirc->rend_data, + INTRO_POINT_FAILURE_UNREACHABLE); } } } -- cgit v1.2.3-54-g00ecf