aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_hs_intropoint.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-04-13 14:36:57 -0400
committerNick Mathewson <nickm@torproject.org>2017-04-13 14:36:57 -0400
commitba8952059323c614d7a1693228e349820fd1c50a (patch)
treebd992fa8c4c8d68f1a64eaa10d04f18e4c0748f2 /src/test/test_hs_intropoint.c
parent902672eac6dc4cbdbdd7e410a6dc7580f0df7509 (diff)
downloadtor-ba8952059323c614d7a1693228e349820fd1c50a.tar.gz
tor-ba8952059323c614d7a1693228e349820fd1c50a.zip
fix wide lines
Diffstat (limited to 'src/test/test_hs_intropoint.c')
-rw-r--r--src/test/test_hs_intropoint.c3
1 files changed, 2 insertions, 1 deletions
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);
}