aboutsummaryrefslogtreecommitdiff
path: root/src/or/geoip.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-05-24 13:37:14 -0400
committerNick Mathewson <nickm@torproject.org>2013-05-24 13:37:14 -0400
commiteef42d3863f8dd5003c011833d8327d17623c675 (patch)
tree178fcb6c9404d06ec3446d1aa1191a6ac2d186eb /src/or/geoip.c
parent57e4324c425e6c9acd58c2270a183ee4d9b1e4aa (diff)
downloadtor-eef42d3863f8dd5003c011833d8327d17623c675.tar.gz
tor-eef42d3863f8dd5003c011833d8327d17623c675.zip
Reformat 4282 fixes a little
Diffstat (limited to 'src/or/geoip.c')
-rw-r--r--src/or/geoip.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/or/geoip.c b/src/or/geoip.c
index 1c307dcc57..d6e8ee0d06 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: