diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-11-04 14:00:08 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-11-04 14:00:08 -0400 |
commit | 6847b9f6af1db75e44c7249b04820bf82f00a887 (patch) | |
tree | e16d3cb983d29ec1be227fda3dfb5acd1e34c70b /src/or/hs_cache.c | |
parent | 0e2df2b653ea25d3191995829e64c512c4868f2c (diff) | |
download | tor-6847b9f6af1db75e44c7249b04820bf82f00a887.tar.gz tor-6847b9f6af1db75e44c7249b04820bf82f00a887.zip |
Fix make check-spaces
Diffstat (limited to 'src/or/hs_cache.c')
-rw-r--r-- | src/or/hs_cache.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/hs_cache.c b/src/or/hs_cache.c index fe86e04694..b5369c0974 100644 --- a/src/or/hs_cache.c +++ b/src/or/hs_cache.c @@ -382,3 +382,4 @@ hs_cache_free_all(void) digest256map_free(hs_cache_v3_dir, cache_dir_desc_free_); hs_cache_v3_dir = NULL; } + |