mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
Whitespace fixes
This commit is contained in:
parent
98204729aa
commit
2b781613b0
@ -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");
|
||||
}
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user