]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix whitespace
authorNick Mathewson <nickm@torproject.org>
Wed, 26 Dec 2012 04:34:16 +0000 (23:34 -0500)
committerNick Mathewson <nickm@torproject.org>
Wed, 26 Dec 2012 04:34:16 +0000 (23:34 -0500)
src/or/circuitbuild.c

index 804782df3380160477132da133491605ceafe082..55f746177b12ad8f7191098b58aec4f46353bdd4 100644 (file)
@@ -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.
  */