Sfoglia il codice sorgente

Fix another space issue

Nick Mathewson 11 anni fa
parent
commit
c3e8b7f2da
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;
 }