diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-09-23 15:19:25 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-09-23 15:19:25 -0400 |
commit | 2b39543dfce77364e1bde3cee06dc09904609566 (patch) | |
tree | cb130fc509006083f4a93ccb5793e515fe3c7888 /src/feature/dirauth | |
parent | ca16433eb7abadc282d814990e111a492159ac94 (diff) | |
download | tor-2b39543dfce77364e1bde3cee06dc09904609566.tar.gz tor-2b39543dfce77364e1bde3cee06dc09904609566.zip |
Move a DIGESTMAP_FOREACH_END (cosmetic)
Diffstat (limited to 'src/feature/dirauth')
-rw-r--r-- | src/feature/dirauth/dirvote.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/feature/dirauth/dirvote.c b/src/feature/dirauth/dirvote.c index 2b837cce57..1715898382 100644 --- a/src/feature/dirauth/dirvote.c +++ b/src/feature/dirauth/dirvote.c @@ -4641,8 +4641,7 @@ dirserv_generate_networkstatus_vote_obj(crypto_pk_t *private_key, DIGESTMAP_FOREACH (omit_as_sybil, sybil_id, void *, ignore) { (void)ignore; rep_hist_make_router_pessimal(sybil_id, now); - } - DIGESTMAP_FOREACH_END + } DIGESTMAP_FOREACH_END /* Count how many have measured bandwidths so we know how to assign flags; * this must come before dirserv_compute_performance_thresholds() */ dirserv_count_measured_bws(routers); |