aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_routerlist.c
diff options
context:
space:
mode:
authorAndrea Shepard <andrea@torproject.org>2016-02-23 05:07:29 +0000
committerAndrea Shepard <andrea@torproject.org>2016-02-23 05:07:29 +0000
commitcda238178986e79ff8f783469682f33fa7230a26 (patch)
tree92ae82c8dae8a57ec7e0121e3cf8b6a5e1d61a34 /src/test/test_routerlist.c
parente019e11e61c2c57c84505aaf2559966bddd4a10d (diff)
downloadtor-cda238178986e79ff8f783469682f33fa7230a26.tar.gz
tor-cda238178986e79ff8f783469682f33fa7230a26.zip
Appease make check-spaces
Diffstat (limited to 'src/test/test_routerlist.c')
-rw-r--r--src/test/test_routerlist.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/test_routerlist.c b/src/test/test_routerlist.c
index 010dfd6dca..31533d070f 100644
--- a/src/test/test_routerlist.c
+++ b/src/test/test_routerlist.c
@@ -145,7 +145,6 @@ construct_consensus(const char **consensus_text_md)
tt_int_op(n_vrs, ==, 4);
tt_int_op(smartlist_len(v1->routerstatus_list), ==, 4);
-
dir_common_construct_vote_2(&vote, cert2, sign_skey_2,
&dir_common_gen_routerstatus_for_v3ns,
&v2, &n_vrs, now, 1);