mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +01:00
r15635@catbus: nickm | 2007-10-10 15:27:07 -0400
Remove extraneous whitespace svn:r11840
This commit is contained in:
parent
b5301d81db
commit
f05685a8eb
@ -823,7 +823,6 @@ networkstatus_add_detached_signatures(networkstatus_vote_t *target,
|
||||
tor_assert(target);
|
||||
tor_assert(!target->is_vote);
|
||||
|
||||
|
||||
/* Are they the same consensus? */
|
||||
if (memcmp(target->networkstatus_digest, sigs->networkstatus_digest,
|
||||
DIGEST_LEN))
|
||||
@ -870,7 +869,6 @@ networkstatus_add_detached_signatures(networkstatus_vote_t *target,
|
||||
return r;
|
||||
}
|
||||
|
||||
|
||||
/** Return a newly allocated string holding the detached-signatures document
|
||||
* corresponding to the signatures on <b>consensus</b>. */
|
||||
char *
|
||||
|
Loading…
Reference in New Issue
Block a user