[tor-commits] [tor/master] Reformat 4282 fixes a little

nickm at torproject.org nickm at torproject.org
Fri May 24 17:40:00 UTC 2013


commit eef42d3863f8dd5003c011833d8327d17623c675
Author: Nick Mathewson <nickm at torproject.org>
Date:   Fri May 24 13:37:14 2013 -0400

    Reformat 4282 fixes a little
---
 src/or/geoip.c |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/or/geoip.c b/src/or/geoip.c
index 1c307dc..d6e8ee0 100644
--- a/src/or/geoip.c
+++ b/src/or/geoip.c
@@ -1311,7 +1311,7 @@ geoip_bridge_stats_write(time_t now)
   /* Write it to disk. */
   if (!check_or_create_data_subdir("stats")) {
     write_to_data_subdir("stats", "bridge-stats",
-            bridge_stats_extrainfo, "bridge statistics");
+                         bridge_stats_extrainfo, "bridge statistics");
 
     /* Tell the controller, "hey, there are clients!" */
     {
@@ -1439,10 +1439,10 @@ geoip_entry_stats_write(time_t now)
 
   /* Write entry-stats string to disk. */
   if (!check_or_create_data_subdir("stats")) {
-      write_to_data_subdir("stats", "entry-stats", str, "entry statistics");
+    write_to_data_subdir("stats", "entry-stats", str, "entry statistics");
 
-      /* Reset measurement interval start. */
-      geoip_reset_entry_stats(now);
+    /* Reset measurement interval start. */
+    geoip_reset_entry_stats(now);
   }
 
  done:





More information about the tor-commits mailing list