From 0e0b65db4f0f0c67bcbb3f51a9e6061bc4c96c5e Mon Sep 17 00:00:00 2001 From: Andrea Shepard Date: Mon, 1 Jun 2015 12:59:14 +0000 Subject: Appease make check-spaces --- src/or/routerlist.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/or/routerlist.c') diff --git a/src/or/routerlist.c b/src/or/routerlist.c index 7eba13a544..35021964a2 100644 --- a/src/or/routerlist.c +++ b/src/or/routerlist.c @@ -4921,7 +4921,8 @@ routerinfo_incompatible_with_extrainfo(const routerinfo_t *ri, * digest256 was in the ri. */ digest256_matches = tor_memeq(ei->digest256, ri->extra_info_digest256, DIGEST256_LEN); - digest256_matches |= tor_mem_is_zero(ri->extra_info_digest256, DIGEST256_LEN); + digest256_matches |= + tor_mem_is_zero(ri->extra_info_digest256, DIGEST256_LEN); /* The identity must match exactly to have been generated at the same time * by the same router. */ -- cgit v1.2.3-54-g00ecf