mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Fix a bunch of spaces.
svn:r6678
This commit is contained in:
parent
89a1453776
commit
52b8dfa95a
@ -208,7 +208,6 @@ _compare_routers_by_age(const void **_a, const void **_b)
|
||||
return r1->cache_info.published_on - r2->cache_info.published_on;
|
||||
}
|
||||
|
||||
|
||||
/** If the journal is too long, or if <b>force</b> is true, then atomically
|
||||
* replace the router store with the routers currently in our routerlist, and
|
||||
* clear the journal. Return 0 on success, -1 on failure.
|
||||
|
@ -682,7 +682,6 @@ router_parse_list_from_string(const char **s, smartlist_t *dest,
|
||||
router = router_parse_entry_from_string(*s, end,
|
||||
saved_location != SAVED_IN_CACHE);
|
||||
|
||||
|
||||
if (!router) {
|
||||
log_warn(LD_DIR, "Error reading router; skipping");
|
||||
*s = end;
|
||||
|
Loading…
Reference in New Issue
Block a user