Fix a bunch of spaces.

svn:r6678
This commit is contained in:
Nick Mathewson 2006-06-22 07:25:15 +00:00
parent 89a1453776
commit 52b8dfa95a
4 changed files with 15 additions and 17 deletions

View File

@ -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.

View File

@ -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;