diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-01-15 21:21:14 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-01-15 21:21:14 +0000 |
commit | af857f2da51060c07557b281002ddcae6b4f53db (patch) | |
tree | d58b18be377274f695c2e1b8f4884421a16bf3c4 /src/or/dirserv.c | |
parent | 380f8983c7e32dd26e8746f6cf75d12d08f962f7 (diff) | |
download | tor-af857f2da51060c07557b281002ddcae6b4f53db.tar.gz tor-af857f2da51060c07557b281002ddcae6b4f53db.zip |
r11967@Kushana: nickm | 2007-01-15 16:13:15 -0500
tidy up more whitespace issues
svn:r9356
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 24e7314486..0551f9f6a9 100644 --- a/src/or/dirserv.c +++ b/src/or/dirserv.c @@ -1133,7 +1133,6 @@ dirserv_clear_old_networkstatuses(time_t cutoff) } - /** Helper: If we're an authority for the right directory version (the * directory version is determined by <b>is_v1_object</b>), try to regenerate * auth_src as appropriate and return it, falling back to cache_src on |