]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Remove extra space from helper_get_circ_and_stream_for_test() call in test_e2e_rend_c...
authorNeel Chauhan <neel@neelc.org>
Mon, 16 Dec 2019 19:19:55 +0000 (14:19 -0500)
committerNeel Chauhan <neel@neelc.org>
Mon, 16 Dec 2019 19:19:55 +0000 (14:19 -0500)
src/test/test_hs_client.c

index ab586a1dec6e1f70d67c5d804903766c70b3fe35..74a76993f999adec30b41b44d3936dd8cd8d3da3 100644 (file)
@@ -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);