diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-01-06 00:54:22 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-01-06 00:54:22 +0000 |
commit | 614dc52623e07d833f1ccd7bf68d835227209f07 (patch) | |
tree | 03c2b88907c3a39d4c46125e6a0c6ee04c4a756f /src/or/dirserv.c | |
parent | 0c2234378b85aadf4a263a17209129ab21a5cf5e (diff) | |
download | tor-614dc52623e07d833f1ccd7bf68d835227209f07.tar.gz tor-614dc52623e07d833f1ccd7bf68d835227209f07.zip |
r17467@catbus: nickm | 2008-01-05 19:54:20 -0500
fix whitespace
svn:r13035
Diffstat (limited to 'src/or/dirserv.c')
-rw-r--r-- | src/or/dirserv.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/dirserv.c b/src/or/dirserv.c index 97243ef6e3..0bc852357c 100644 --- a/src/or/dirserv.c +++ b/src/or/dirserv.c @@ -2757,7 +2757,6 @@ dirserv_test_reachability(time_t now, int try_all) ctr = (ctr + 1) % 128; } - /** Given a fingerprint <b>fp</b> which is either set if we're looking * for a v2 status, or zeroes if we're looking for a v3 status, return * a pointer to the appropriate cached dir object, or NULL if there isn't |