split a wide line

This commit is contained in:
Nick Mathewson
2020-01-17 09:23:32 -05:00
committed by teor
parent 152cbf2a59
commit e2637214f2
+2 -1
View File
@@ -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));