diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-01-23 11:18:28 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-01-23 11:18:28 -0500 |
commit | 034e2788f812852ed530b42291b3e07c7dc85d84 (patch) | |
tree | 8bb2f9216b88e3d6483f57f03c33bded5cf27a64 /src/or/directory.c | |
parent | 7322de15dc2f0858291f40df1a55a66c80b7fda9 (diff) | |
download | tor-034e2788f812852ed530b42291b3e07c7dc85d84.tar.gz tor-034e2788f812852ed530b42291b3e07c7dc85d84.zip |
whitespace fixes
Diffstat (limited to 'src/or/directory.c')
-rw-r--r-- | src/or/directory.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/directory.c b/src/or/directory.c index 348d971b34..d2b6b86f6d 100644 --- a/src/or/directory.c +++ b/src/or/directory.c @@ -236,7 +236,6 @@ dir_fetch_type(int dir_purpose, int router_purpose, const char *resource) return type; } - /** Return true iff <b>identity_digest</b> is the digest of a router which * says that it caches extrainfos. (If <b>is_authority</b> we always * believe that to be true.) */ |