diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-11-04 21:52:28 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-11-04 21:52:28 -0500 |
commit | 2b781613b07336e68d662fb9b10d2505f1e24ee1 (patch) | |
tree | a519f912bd226b7aa813643e92dd5b41c03e0c16 /src/or/geoip.c | |
parent | 98204729aafbbce550fd51dd601690cf60226e60 (diff) | |
download | tor-2b781613b07336e68d662fb9b10d2505f1e24ee1.tar.gz tor-2b781613b07336e68d662fb9b10d2505f1e24ee1.zip |
Whitespace fixes
Diffstat (limited to 'src/or/geoip.c')
-rw-r--r-- | src/or/geoip.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/geoip.c b/src/or/geoip.c index 3036ee2b16..2fd77d8b97 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) |