aboutsummaryrefslogtreecommitdiffstats
path: root/bin/ykfde.c
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2016-05-28 23:44:42 +0200
committerGravatar Christian Hesse <mail@eworm.de>2016-05-28 23:44:42 +0200
commit19e29ad6f256d80bfdd7e4b824eada603a00e49a (patch)
tree358bafe91e4e895516a50c3aa319e88deaea7fe7 /bin/ykfde.c
parentca67c46edf1c0543ce58bd075c565e1cb9a5a926 (diff)
downloadmkinitcpio-ykfde-19e29ad6f256d80bfdd7e4b824eada603a00e49a.tar.gz
mkinitcpio-ykfde-19e29ad6f256d80bfdd7e4b824eada603a00e49a.tar.zst
indent with tabs
Diffstat (limited to 'bin/ykfde.c')
-rw-r--r--bin/ykfde.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ykfde.c b/bin/ykfde.c
index 05a96b3..209d5ce 100644
--- a/bin/ykfde.c
+++ b/bin/ykfde.c
@@ -320,7 +320,7 @@ int main(int argc, char **argv) {
* We expect this to be active (or busy). It is the actual root device, no? */
cryptstatus = crypt_status(cryptdevice, device_name);
if (cryptstatus != CRYPT_ACTIVE && cryptstatus != CRYPT_BUSY) {
- fprintf(stderr, "Device %s is invalid or inactive.\n", device_name);
+ fprintf(stderr, "Device %s is invalid or inactive.\n", device_name);
goto out50;
}