diff options
author | Linus Nordberg <linus@torproject.org> | 2012-09-05 19:40:15 +0200 |
---|---|---|
committer | Linus Nordberg <linus@torproject.org> | 2012-09-05 19:40:15 +0200 |
commit | 0770e4ccdbda2e71ad0a45d528b125df5b8db1a3 (patch) | |
tree | 467e2e25d6a6e15472ee4455f0dd722ddeab8490 /src/or/dirvote.c | |
parent | 116c8409ba0e304306ee98a0ebb15450f130fae2 (diff) | |
download | tor-0770e4ccdbda2e71ad0a45d528b125df5b8db1a3.tar.gz tor-0770e4ccdbda2e71ad0a45d528b125df5b8db1a3.zip |
Whitespace fixes.
Diffstat (limited to 'src/or/dirvote.c')
-rw-r--r-- | src/or/dirvote.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/dirvote.c b/src/or/dirvote.c index 082a1efc0a..8e85b2bcca 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", |