]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Wrap two long lines
authorNick Mathewson <nickm@torproject.org>
Tue, 17 Feb 2015 13:30:28 +0000 (08:30 -0500)
committerNick Mathewson <nickm@torproject.org>
Tue, 17 Feb 2015 13:30:28 +0000 (08:30 -0500)
src/test/test_entrynodes.c

index 5f2051c48fe1af20ae19e7c9969b20099eff91ee..a7e18cdd97822e2e75c259375cb521c5da8577d7 100644 (file)
@@ -150,7 +150,8 @@ populate_live_entry_guards_test_helper(int num_needed)
   } SMARTLIST_FOREACH_END(node);
 
   /* Make sure the nodes were added as entry guards. */
-  tt_int_op(smartlist_len(all_entry_guards), OP_EQ, HELPER_NUMBER_OF_DESCRIPTORS);
+  tt_int_op(smartlist_len(all_entry_guards), OP_EQ,
+            HELPER_NUMBER_OF_DESCRIPTORS);
 
   /* Ensure that all the possible entry guards are enough to satisfy us. */
   tt_int_op(smartlist_len(all_entry_guards), OP_GE, num_needed);
@@ -603,7 +604,8 @@ test_entry_is_live(void *arg)
   } SMARTLIST_FOREACH_END(node);
 
   /* Make sure the nodes were added as entry guards. */
-  tt_int_op(smartlist_len(all_entry_guards), OP_EQ, HELPER_NUMBER_OF_DESCRIPTORS);
+  tt_int_op(smartlist_len(all_entry_guards), OP_EQ,
+            HELPER_NUMBER_OF_DESCRIPTORS);
 
   /* Now get a random test entry that we will use for this unit test. */
   which_node = 3;  /* (chosen by fair dice roll) */