[tor-commits] [tor/master] Remove extra space from helper_get_circ_and_stream_for_test() call in test_e2e_rend_circuit_setup()

dgoulet at torproject.org dgoulet at torproject.org
Tue Dec 17 14:30:50 UTC 2019


commit f684fd79e994fbd9f626b14b81b82b03061eacab
Author: Neel Chauhan <neel at neelc.org>
Date:   Mon Dec 16 14:19:55 2019 -0500

    Remove extra space from helper_get_circ_and_stream_for_test() call in test_e2e_rend_circuit_setup()
---
 src/test/test_hs_client.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/test_hs_client.c b/src/test/test_hs_client.c
index ab586a1de..74a76993f 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);





More information about the tor-commits mailing list