mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
split a wide line
This commit is contained in:
@@ -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));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user