浏览代码

Whitespace fixes

Nick Mathewson 11 年之前
父节点
当前提交
2b781613b0
共有 2 个文件被更改,包括 3 次插入2 次删除
  1. 1 0
      src/or/config.c
  2. 2 2
      src/or/geoip.c

+ 1 - 0
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");
 }
+

+ 2 - 2
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)