Whitespace fixes

This commit is contained in:
Nick Mathewson 2012-11-04 21:52:28 -05:00
parent 98204729aa
commit 2b781613b0
2 changed files with 3 additions and 2 deletions

View File

@ -5609,3 +5609,4 @@ config_maybe_load_geoip_files_(const or_options_t *options,
|| !geoip_is_loaded(AF_INET6)))
config_load_geoip_file_(AF_INET6, options->GeoIPv6File, "geoip6");
}

View File

@ -73,8 +73,8 @@ geoip_get_country(const char *country)
return (country_t)idx;
}
/** Add an entry to a GeoIP table, mapping all IP addresses between <b>low</b> and
* <b>high</b>, inclusive, to the 2-letter country code <b>country</b>. */
/** Add an entry to a GeoIP table, mapping all IP addresses between <b>low</b>
* and <b>high</b>, inclusive, to the 2-letter country code <b>country</b>. */
static void
geoip_add_entry(const tor_addr_t *low, const tor_addr_t *high,
const char *country)