summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/test/test_hs_client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_hs_client.c b/src/test/test_hs_client.c
index ab586a1dec..74a76993f9 100644
--- a/src/test/test_hs_client.c
+++ b/src/test/test_hs_client.c
@@ -306,7 +306,7 @@ test_e2e_rend_circuit_setup(void *arg)
mock_connection_ap_handshake_send_begin);
/* Setup */
- retval = helper_get_circ_and_stream_for_test( &or_circ, &conn, 0);
+ retval = helper_get_circ_and_stream_for_test(&or_circ, &conn, 0);
tt_int_op(retval, OP_EQ, 0);
tt_assert(or_circ);
tt_assert(conn);