[tor-commits] [tor/master] Fix another space issue
nickm at torproject.org
nickm at torproject.org
Wed Apr 15 14:38:37 UTC 2015
commit c3e8b7f2da7f5c7fc4d341b533b7031eab90a665
Author: Nick Mathewson <nickm at torproject.org>
Date: Wed Apr 15 10:38:12 2015 -0400
Fix another space issue
---
src/or/rendcommon.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/or/rendcommon.c b/src/or/rendcommon.c
index 775d2b9..3fea07f 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;
}
More information about the tor-commits
mailing list