aboutsummaryrefslogtreecommitdiff
path: root/src/test/test.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-09-16 09:40:38 -0400
committerNick Mathewson <nickm@torproject.org>2014-09-16 09:40:38 -0400
commitea72b4f60a6a224b0da53c4c95b5dbf2c4d4cd57 (patch)
tree57365a55d66567bd2cd309cc89a9855febc99e56 /src/test/test.c
parenta6627fdb80935d68b8e7f1c4e098f8ce54894842 (diff)
downloadtor-ea72b4f60a6a224b0da53c4c95b5dbf2c4d4cd57.tar.gz
tor-ea72b4f60a6a224b0da53c4c95b5dbf2c4d4cd57.zip
clean up eol whitespace from coccinelle-generated patches
Diffstat (limited to 'src/test/test.c')
-rw-r--r--src/test/test.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/test.c b/src/test/test.c
index 220484a296..cfbe203d2e 100644
--- a/src/test/test.c
+++ b/src/test/test.c
@@ -693,7 +693,8 @@ test_rend_fns(void *arg)
tt_assert(rend_compute_v2_desc_id(computed_desc_id, service_id_base32,
NULL, now, 0) == 0);
tt_mem_op(((rend_encoded_v2_service_descriptor_t *)
- smartlist_get(descs, 0))->desc_id,==, computed_desc_id, DIGEST_LEN);
+ smartlist_get(descs, 0))->desc_id, ==,
+ computed_desc_id, DIGEST_LEN);
tt_assert(rend_parse_v2_service_descriptor(&parsed, parsed_desc_id,
&intro_points_encrypted,
&intro_points_size,