commit e2637214f2340e46c9e9042ca357e48c65df4f76
Author: Nick Mathewson <[email protected]>
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));
 



_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to