fix indentation

This commit is contained in:
Nick Mathewson 2016-04-01 08:16:21 -04:00
parent 005a20ec85
commit 4093f343ca

View 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 {