summaryrefslogtreecommitdiff
path: root/src/or/routerlist.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-05-17 20:08:03 -0400
committerNick Mathewson <nickm@torproject.org>2016-05-17 20:08:03 -0400
commit2729f166cb715f0f4aff8779f0fadebafc56a70c (patch)
tree102a1e44c22b2aa09a99a5e585e68797481f5fe8 /src/or/routerlist.c
parentab932cd7bfb7e4cfe9c33416ca45e56448c57b58 (diff)
downloadtor-2729f166cb715f0f4aff8779f0fadebafc56a70c.tar.gz
tor-2729f166cb715f0f4aff8779f0fadebafc56a70c.zip
whitespace fixes
Diffstat (limited to 'src/or/routerlist.c')
-rw-r--r--src/or/routerlist.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/routerlist.c b/src/or/routerlist.c
index 2634e0d512..f9247cba08 100644
--- a/src/or/routerlist.c
+++ b/src/or/routerlist.c
@@ -5215,7 +5215,8 @@ routerinfo_incompatible_with_extrainfo(const crypto_pk_t *identity_pkey,
goto err; /* different servers */
}
- if (! tor_cert_opt_eq(sd->signing_key_cert,ei->cache_info.signing_key_cert)) {
+ if (! tor_cert_opt_eq(sd->signing_key_cert,
+ ei->cache_info.signing_key_cert)) {
if (msg) *msg = "Extrainfo signing key cert didn't match routerinfo";
goto err; /* different servers */
}