diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-12-25 23:34:16 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-12-25 23:34:16 -0500 |
commit | 8324824d8f7cd9a68b2c2d6d50aa7ad28b9ba761 (patch) | |
tree | ca48050f7fb78e7386b0ab7274e8a62045579edd | |
parent | 885e8d35c7af65b3e1e598d6f2e951ba84e65928 (diff) | |
download | tor-8324824d8f7cd9a68b2c2d6d50aa7ad28b9ba761.tar tor-8324824d8f7cd9a68b2c2d6d50aa7ad28b9ba761.tar.gz |
Fix whitespace
-rw-r--r-- | src/or/circuitbuild.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c index 804782df3..55f746177 100644 --- a/src/or/circuitbuild.c +++ b/src/or/circuitbuild.c @@ -1078,7 +1078,7 @@ pathbias_get_scale_threshold(const or_options_t *options) /** * The scale factor is the denominator for our scaling - * of circuit counts for our path bias window. + * of circuit counts for our path bias window. * * Note that our use of doubles for the path bias state * file means that powers of 2 work best here. @@ -1605,7 +1605,7 @@ pathbias_count_timeout(origin_circuit_t *circ) /** * Return the number of circuits counted as successfully closed for * this guard. - * + * * Also add in the currently open circuits to give them the benefit * of the doubt. */ |