Browse Source

Fix another space issue

Nick Mathewson 10 years ago
parent
commit
c3e8b7f2da
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/or/rendcommon.c

+ 1 - 1
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;
 }