]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Whitespace fixes
authorNick Mathewson <nickm@torproject.org>
Mon, 5 Nov 2012 02:52:28 +0000 (21:52 -0500)
committerNick Mathewson <nickm@torproject.org>
Mon, 5 Nov 2012 02:52:28 +0000 (21:52 -0500)
src/or/config.c
src/or/geoip.c

index 338c670a546b3eac4dc3e75a65cc3c7fad69ebe0..dca49f5cf4c0d6e58ea8caa58300052d112600ed 100644 (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");
 }
+
index 3036ee2b168f8b62ac04011d6101062687932e7b..2fd77d8b97a6b35625743357c8b7baf59bb32d44 100644 (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)