Unverified Commit e2637214 authored by Nick Mathewson's avatar Nick Mathewson 🥔 Committed by teor
Browse files

split a wide line

parent 152cbf2a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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));