diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-10-31 14:45:20 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-10-31 14:45:20 -0400 |
commit | 275ab61ad43903fcd13763f8c741225b09ac162c (patch) | |
tree | 6a14b4b6a35639a201825a1f3eb4f5f00bea414a /src | |
parent | 9bcd93a3648f0c947520c54c9199786988f7c5c6 (diff) | |
download | tor-275ab61ad43903fcd13763f8c741225b09ac162c.tar tor-275ab61ad43903fcd13763f8c741225b09ac162c.tar.gz |
Appease make check-spaces
Diffstat (limited to 'src')
-rw-r--r-- | src/or/circpathbias.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/circpathbias.c b/src/or/circpathbias.c index ca8db514f..51a75cf50 100644 --- a/src/or/circpathbias.c +++ b/src/or/circpathbias.c @@ -1535,3 +1535,4 @@ pathbias_scale_use_rates(entry_guard_t *guard) entry_guards_changed(); } } + |