summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-01-17 09:23:32 -0500
committerteor <teor@torproject.org>2020-01-20 15:48:49 +1000
commite2637214f2340e46c9e9042ca357e48c65df4f76 (patch)
tree47c5b48f096d7987de83abc4dac763fa363e31da
parent152cbf2a5987128efc708f99b10cd6c8ad9862d8 (diff)
downloadtor-e2637214f2340e46c9e9042ca357e48c65df4f76.tar.gz
tor-e2637214f2340e46c9e9042ca357e48c65df4f76.zip
split a wide line
-rw-r--r--src/feature/nodelist/networkstatus.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/feature/nodelist/networkstatus.c b/src/feature/nodelist/networkstatus.c
index 03edfe62b1..042852eb86 100644
--- a/src/feature/nodelist/networkstatus.c
+++ b/src/feature/nodelist/networkstatus.c
@@ -1612,7 +1612,8 @@ networkstatus_consensus_has_ipv6(const or_options_t* options)
* NS_CONTROL_PORT mode.
**/
STATIC int
-routerstatus_has_visibly_changed(const routerstatus_t *a, const routerstatus_t *b)
+routerstatus_has_visibly_changed(const routerstatus_t *a,
+ const routerstatus_t *b)
{
tor_assert(tor_memeq(a->identity_digest, b->identity_digest, DIGEST_LEN));