From ba8952059323c614d7a1693228e349820fd1c50a Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 13 Apr 2017 14:36:57 -0400 Subject: fix wide lines --- src/test/test_hs_intropoint.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/test/test_hs_intropoint.c') diff --git a/src/test/test_hs_intropoint.c b/src/test/test_hs_intropoint.c index 5caa550dd4..7bcd5685c3 100644 --- a/src/test/test_hs_intropoint.c +++ b/src/test/test_hs_intropoint.c @@ -548,7 +548,8 @@ test_intro_point_registration(void *arg) tt_int_op(1, ==, HT_SIZE(the_hs_circuitmap)); get_auth_key_from_cell(&auth_key, RELAY_COMMAND_ESTABLISH_INTRO, establish_intro_cell); - returned_intro_circ = hs_circuitmap_get_intro_circ_v3_relay_side(&auth_key); + returned_intro_circ = + hs_circuitmap_get_intro_circ_v3_relay_side(&auth_key); tt_ptr_op(intro_circ, ==, returned_intro_circ); } -- cgit v1.2.3-54-g00ecf