aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerlist.c
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2010-10-14 17:54:45 +0200
committerSebastian Hahn <sebastian@torproject.org>2010-10-14 17:54:45 +0200
commit9bed40eb103af93e0eb62c8cef2610e432426a5d (patch)
tree21662406783f692e95269197b91a9bc34e153786 /src/or/routerlist.c
parent4556f2e7c80274932019a239232235ce571c98f8 (diff)
downloadtor-9bed40eb103af93e0eb62c8cef2610e432426a5d.tar.gz
tor-9bed40eb103af93e0eb62c8cef2610e432426a5d.zip
Make check-spaces happy
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 816cfadf33..ccd7dc1237 100644
--- a/src/or/routerlist.c
+++ b/src/or/routerlist.c
@@ -2289,7 +2289,8 @@ hex_digest_nickname_matches(const char *hexdigest, const char *identity_digest,
return !memcmp(digest, identity_digest, DIGEST_LEN);
}
-/* Return true iff <b>router</b> is listed as named in the current consensus. */
+/* Return true iff <b>router</b> is listed as named in the current
+ * consensus. */
static int
router_is_named(const routerinfo_t *router)
{