diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-02-10 15:35:46 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-02-10 15:35:46 -0500 |
commit | a8d69895897056fcc313914e9d611d3c9008e17c (patch) | |
tree | f670ff0aa4e1a75de248dff8b5de2ff22d5ced5c /src/test/test_dir.c | |
parent | 9746aed2baffeb3788552f8cdedc5611ab2f91b7 (diff) | |
download | tor-a8d69895897056fcc313914e9d611d3c9008e17c.tar.gz tor-a8d69895897056fcc313914e9d611d3c9008e17c.zip |
Whitespace fixes
Diffstat (limited to 'src/test/test_dir.c')
-rw-r--r-- | src/test/test_dir.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/test/test_dir.c b/src/test/test_dir.c index b770047c0d..ef36303863 100644 --- a/src/test/test_dir.c +++ b/src/test/test_dir.c @@ -2002,8 +2002,10 @@ test_a_networkstatus( tt_mem_op(&con->digests,OP_EQ, &con2->digests, sizeof(common_digests_t)); tt_mem_op(&con->digests,OP_EQ, &con3->digests, sizeof(common_digests_t)); - tt_mem_op(&con_md->digests,OP_EQ, &con_md2->digests, sizeof(common_digests_t)); - tt_mem_op(&con_md->digests,OP_EQ, &con_md3->digests, sizeof(common_digests_t)); + tt_mem_op(&con_md->digests,OP_EQ, &con_md2->digests, + sizeof(common_digests_t)); + tt_mem_op(&con_md->digests,OP_EQ, &con_md3->digests, + sizeof(common_digests_t)); /* Extract a detached signature from con3. */ detached_text1 = get_detached_sigs(con3, con_md3); |