Explorar o código

fix indentation

Nick Mathewson %!s(int64=8) %!d(string=hai) anos
pai
achega
4093f343ca
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/or/routerkeys.c

+ 1 - 1
src/or/routerkeys.c

@@ -428,7 +428,7 @@ ed_key_init_from_file(const char *fname, uint32_t flags,
               "can enter the passphrase.",
               secret_fname);
     } else if (offline_secret) {
-            tor_log(severity, LD_OR, "We wanted to load a secret key from %s, "
+      tor_log(severity, LD_OR, "We wanted to load a secret key from %s, "
               "but you're keeping it offline. (OfflineMasterKey is set.)",
               secret_fname);
     } else {