]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
fix indentation
authorNick Mathewson <nickm@torproject.org>
Fri, 1 Apr 2016 12:16:21 +0000 (08:16 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 1 Apr 2016 12:16:21 +0000 (08:16 -0400)
src/or/routerkeys.c

index 8006112b16a20245c95bda70de969f5f71f8355a..24ed31f2f6b0b71b243e8b3400c3cd3930e86a90 100644 (file)
@@ -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 {