From: Lennart Poettering Date: Wed, 29 Apr 2020 19:27:53 +0000 (+0200) Subject: cryptsetup: fix minor indentation issue X-Git-Tag: v246-rc1~331^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4eb08bdb71a5a40371de47f6ec958ff3ab279365;p=thirdparty%2Fsystemd.git cryptsetup: fix minor indentation issue --- diff --git a/src/cryptsetup/cryptsetup.c b/src/cryptsetup/cryptsetup.c index f07fd986d93..8c3eafbd61c 100644 --- a/src/cryptsetup/cryptsetup.c +++ b/src/cryptsetup/cryptsetup.c @@ -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 */