aboutsummaryrefslogtreecommitdiff
path: root/src/or/dirvote.c
diff options
context:
space:
mode:
authorLinus Nordberg <linus@torproject.org>2012-09-05 19:40:15 +0200
committerLinus Nordberg <linus@torproject.org>2012-09-05 19:40:15 +0200
commit0770e4ccdbda2e71ad0a45d528b125df5b8db1a3 (patch)
tree467e2e25d6a6e15472ee4455f0dd722ddeab8490 /src/or/dirvote.c
parent116c8409ba0e304306ee98a0ebb15450f130fae2 (diff)
downloadtor-0770e4ccdbda2e71ad0a45d528b125df5b8db1a3.tar
tor-0770e4ccdbda2e71ad0a45d528b125df5b8db1a3.tar.gz
Whitespace fixes.
Diffstat (limited to 'src/or/dirvote.c')
-rw-r--r--src/or/dirvote.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/dirvote.c b/src/or/dirvote.c
index 082a1efc0..8e85b2bcc 100644
--- a/src/or/dirvote.c
+++ b/src/or/dirvote.c
@@ -485,7 +485,8 @@ compute_routerstatus_consensus(smartlist_t *votes, int consensus_method,
} SMARTLIST_FOREACH_END(rs);
smartlist_sort(alt_orports, _compare_orports);
- most_alt_orport = smartlist_get_most_frequent(alt_orports, _compare_orports);
+ most_alt_orport = smartlist_get_most_frequent(alt_orports,
+ _compare_orports);
if (most_alt_orport) {
memcpy(best_alt_orport_out, most_alt_orport, sizeof(tor_addr_port_t));
log_debug(LD_DIR, "\"a\" line winner for %s is %s:%d",