diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-04-15 10:38:12 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-04-15 10:38:12 -0400 |
commit | c3e8b7f2da7f5c7fc4d341b533b7031eab90a665 (patch) | |
tree | 9413380331e6f4c2bf8cd9fec9b6698e1408de8d /src/or/rendcommon.c | |
parent | eec58c35482d4425fccf38d632035319b56f795e (diff) | |
download | tor-c3e8b7f2da7f5c7fc4d341b533b7031eab90a665.tar.gz tor-c3e8b7f2da7f5c7fc4d341b533b7031eab90a665.zip |
Fix another space issue
Diffstat (limited to 'src/or/rendcommon.c')
-rw-r--r-- | src/or/rendcommon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/rendcommon.c b/src/or/rendcommon.c index 775d2b91c3..3fea07f52a 100644 --- a/src/or/rendcommon.c +++ b/src/or/rendcommon.c @@ -963,7 +963,7 @@ rend_cache_lookup_entry(const char *query, int version, rend_cache_entry_t **e) *e = entry; } -end: + end: return ret; } |