r15635@catbus: nickm | 2007-10-10 15:27:07 -0400

Remove extraneous whitespace


svn:r11840
This commit is contained in:
Nick Mathewson 2007-10-10 19:33:14 +00:00
parent b5301d81db
commit f05685a8eb

View File

@ -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 *