diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2015-08-20 20:28:47 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-08-21 10:36:53 -0400 |
commit | 5cf24ff3af046391dcaf1df636e3bd5d7d17573d (patch) | |
tree | a54bcf47ef71710a223ec795d1b1e6002433affc /src/or/rendcache.c | |
parent | 38601f06b756161b7bfa1414e7a1968450609198 (diff) | |
download | tor-5cf24ff3af046391dcaf1df636e3bd5d7d17573d.tar.gz tor-5cf24ff3af046391dcaf1df636e3bd5d7d17573d.zip |
Fix a bunch of check-spaces complaints
Diffstat (limited to 'src/or/rendcache.c')
-rw-r--r-- | src/or/rendcache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/rendcache.c b/src/or/rendcache.c index 9a33046fb6..fe9a1344f6 100644 --- a/src/or/rendcache.c +++ b/src/or/rendcache.c @@ -330,7 +330,7 @@ cache_failure_intro_lookup(const uint8_t *identity, const char *service_id, *intro_entry = intro_elem; } return 1; -not_found: + not_found: return 0; } |