[or-cvs] r11840: Remove extraneous whitespace (in tor/trunk: . src/or)
nickm at seul.org
nickm at seul.org
Wed Oct 10 19:33:15 UTC 2007
Author: nickm
Date: 2007-10-10 15:33:14 -0400 (Wed, 10 Oct 2007)
New Revision: 11840
Modified:
tor/trunk/
tor/trunk/src/or/dirvote.c
Log:
r15635 at catbus: nickm | 2007-10-10 15:27:07 -0400
Remove extraneous whitespace
Property changes on: tor/trunk
___________________________________________________________________
svk:merge ticket from /tor/trunk [r15635] on 8246c3cf-6607-4228-993b-4d95d33730f1
Modified: tor/trunk/src/or/dirvote.c
===================================================================
--- tor/trunk/src/or/dirvote.c 2007-10-10 19:33:11 UTC (rev 11839)
+++ tor/trunk/src/or/dirvote.c 2007-10-10 19:33:14 UTC (rev 11840)
@@ -823,7 +823,6 @@
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 @@
return r;
}
-
/** Return a newly allocated string holding the detached-signatures document
* corresponding to the signatures on <b>consensus</b>. */
char *
More information about the tor-commits
mailing list