From 19e29ad6f256d80bfdd7e4b824eada603a00e49a Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Sat, 28 May 2016 23:44:42 +0200 Subject: indent with tabs --- bin/ykfde.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/ykfde.c') 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; } -- cgit v1.2.3-54-g00ecf