summaryrefslogtreecommitdiff
path: root/src/or
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-12-08 16:53:29 -0500
committerNick Mathewson <nickm@torproject.org>2016-12-08 16:53:29 -0500
commite1f00c5f8620f46f97ac58b2a1787852891c8981 (patch)
treedafa94f7346a6e96a7ab4d13f4a17c76978f75db /src/or
parente93234af70da5cf3d513e57b12e4934b1c4d9529 (diff)
downloadtor-e1f00c5f8620f46f97ac58b2a1787852891c8981.tar.gz
tor-e1f00c5f8620f46f97ac58b2a1787852891c8981.zip
whitespace cleanups
Diffstat (limited to 'src/or')
-rw-r--r--src/or/nodelist.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/nodelist.c b/src/or/nodelist.c
index 6117b86d65..3f2e111077 100644
--- a/src/or/nodelist.c
+++ b/src/or/nodelist.c
@@ -715,7 +715,6 @@ node_get_rsa_id_digest(const node_t *node)
return (const uint8_t*)node->identity;
}
-
/** Return the nickname of <b>node</b>, or NULL if we can't find one. */
const char *
node_get_nickname(const node_t *node)