diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-09-30 01:36:36 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-09-30 01:36:36 -0400 |
commit | 3ad43ef75f09a21c0c1fc6eb173f8d131c7d638c (patch) | |
tree | 4526d571bcbe82018b9d64214cc946dbe95ac71e /src/or/microdesc.c | |
parent | ea6ac0f0d1faa946df7336d65eddb54172b7ecd4 (diff) | |
download | tor-3ad43ef75f09a21c0c1fc6eb173f8d131c7d638c.tar.gz tor-3ad43ef75f09a21c0c1fc6eb173f8d131c7d638c.zip |
Whitespace fixes on recent merges to master.
Diffstat (limited to 'src/or/microdesc.c')
-rw-r--r-- | src/or/microdesc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/microdesc.c b/src/or/microdesc.c index 000411370c..2752d15c8c 100644 --- a/src/or/microdesc.c +++ b/src/or/microdesc.c @@ -129,8 +129,8 @@ get_microdesc_cache(void) * set the last_listed field of every microdesc to listed_at. If * requested_digests is non-null, then it contains a list of digests we mean * to allow, so we should reject any non-requested microdesc with a different - * digest, and alter the list to contain only the digests of those microdescs we - * didn't find. + * digest, and alter the list to contain only the digests of those microdescs + * we didn't find. * Return a list of the added microdescriptors. */ smartlist_t * microdescs_add_to_cache(microdesc_cache_t *cache, |