summaryrefslogtreecommitdiff
path: root/src/or/rephist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/rephist.c')
-rw-r--r--src/or/rephist.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/or/rephist.c b/src/or/rephist.c
index 94cd11cd25..bd1adcf473 100644
--- a/src/or/rephist.c
+++ b/src/or/rephist.c
@@ -280,7 +280,7 @@ void rep_hist_dump_stats(time_t now, int severity)
name2 = "(unknown)";
link_history = (link_history_t*) link_history_p;
-
+
ret = tor_snprintf(buffer+len, 2048-len, "%s(%ld/%ld); ", name2,
link_history->n_extend_ok,
link_history->n_extend_ok+link_history->n_extend_fail);
@@ -556,7 +556,6 @@ rep_hist_get_bandwidth_lines(void)
return buf;
}
-
/*
Local Variables:
mode:c