From 5cf24ff3af046391dcaf1df636e3bd5d7d17573d Mon Sep 17 00:00:00 2001 From: Sebastian Hahn Date: Thu, 20 Aug 2015 20:28:47 +0200 Subject: Fix a bunch of check-spaces complaints --- src/or/rendcache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/or/rendcache.c') 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; } -- cgit v1.2.3-54-g00ecf