Explorar o código

Fix an indentation issue in rend_config_services

teor %!s(int64=9) %!d(string=hai) anos
pai
achega
55a2bfb056
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/or/rendservice.c

+ 1 - 1
src/or/rendservice.c

@@ -508,7 +508,7 @@ rend_config_services(const or_options_t *options, int validate_only)
     if (!strcasecmp(line->key, "HiddenServiceDir")) {
       if (service) { /* register the one we just finished parsing */
         if (validate_only)
-           rend_service_free(service);
+          rend_service_free(service);
         else
           rend_add_service(service);
       }