[tor-commits] [tor/master] split a wide line

teor at torproject.org teor at torproject.org
Mon Jan 20 05:53:03 UTC 2020


commit e2637214f2340e46c9e9042ca357e48c65df4f76
Author: Nick Mathewson <nickm at torproject.org>
Date:   Fri Jan 17 09:23:32 2020 -0500

    split a wide line
---
 src/feature/nodelist/networkstatus.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/feature/nodelist/networkstatus.c b/src/feature/nodelist/networkstatus.c
index 03edfe62b..042852eb8 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));
 





More information about the tor-commits mailing list