summaryrefslogtreecommitdiff
path: root/src/or/circpathbias.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-11-14 13:01:19 -0500
committerNick Mathewson <nickm@torproject.org>2016-11-30 14:42:52 -0500
commit043e9b01516c7cdcff939f2724b75155458da1b1 (patch)
tree32802d3368e970f5d7f4081033d50606e76b36e2 /src/or/circpathbias.c
parentf66f9c82e9b8aaac04dc01ee3bbcf60019864c9b (diff)
downloadtor-043e9b01516c7cdcff939f2724b75155458da1b1.tar.gz
tor-043e9b01516c7cdcff939f2724b75155458da1b1.zip
Whitespace fixes from previous mechanical search-and-replaces
Diffstat (limited to 'src/or/circpathbias.c')
-rw-r--r--src/or/circpathbias.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/circpathbias.c b/src/or/circpathbias.c
index 3df68b8744..be1146513e 100644
--- a/src/or/circpathbias.c
+++ b/src/or/circpathbias.c
@@ -1355,7 +1355,7 @@ pathbias_measure_close_rate(entry_guard_t *guard)
{
const or_options_t *options = get_options();
guard_pathbias_t *pb = entry_guard_get_pathbias_state(guard);
-
+
if (pb->circ_attempts > pathbias_get_min_circs(options)) {
/* Note: We rely on the < comparison here to allow us to set a 0
* rate and disable the feature entirely. If refactoring, don't