commit 2b781613b07336e68d662fb9b10d2505f1e24ee1 Author: Nick Mathewson nickm@torproject.org Date: Sun Nov 4 21:52:28 2012 -0500
Whitespace fixes --- src/or/config.c | 1 + src/or/geoip.c | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/or/config.c b/src/or/config.c index 338c670..dca49f5 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -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"); } + diff --git a/src/or/geoip.c b/src/or/geoip.c index 3036ee2..2fd77d8 100644 --- a/src/or/geoip.c +++ b/src/or/geoip.c @@ -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)