diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-10-14 10:40:31 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-10-14 10:40:31 -0400 |
commit | 55c468c5211d5b74acb677767f14d91cd0304771 (patch) | |
tree | 5f8c0611092ef81a4e00b146a4d21992d4d7619a /src/or/routerparse.c | |
parent | 1a2aa4e3f8628e5d1343414e0034d2136ad26672 (diff) | |
download | tor-55c468c5211d5b74acb677767f14d91cd0304771.tar.gz tor-55c468c5211d5b74acb677767f14d91cd0304771.zip |
Whitespace cleaning
Diffstat (limited to 'src/or/routerparse.c')
-rw-r--r-- | src/or/routerparse.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/routerparse.c b/src/or/routerparse.c index db3d004f26..df9b76800d 100644 --- a/src/or/routerparse.c +++ b/src/or/routerparse.c @@ -2910,7 +2910,6 @@ routerstatus_parse_entry_from_string(memarea_t *area, rs->is_flagged_running = 1; /* Starting with consensus method 4. */ if (consensus_method >= MIN_METHOD_FOR_EXCLUDING_INVALID_NODES) rs->is_valid = 1; - } int found_protocol_list = 0; if ((tok = find_opt_by_keyword(tokens, K_PROTO))) { |