]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
cryptsetup: fix minor indentation issue
authorLennart Poettering <lennart@poettering.net>
Wed, 29 Apr 2020 19:27:53 +0000 (21:27 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 19 May 2020 15:28:43 +0000 (17:28 +0200)
src/cryptsetup/cryptsetup.c

index f07fd986d93865f3450d921a386d2f5844f4e8bf..8c3eafbd61c80481011e8d780453cd3686dacdfe 100644 (file)
@@ -669,7 +669,7 @@ static int attach_luks_or_plain(
                                         return log_error_errno(r, "Failed to start device monitor: %m");
 
                                 log_notice("Security token %s not present for unlocking volume %s, please plug it in.",
-                                         arg_pkcs11_uri, friendly);
+                                           arg_pkcs11_uri, friendly);
 
                                 /* Let's immediately rescan in case the token appeared in the time we needed
                                  * to create and configure the monitor */