From e6177630198eb1eea2def0374fae1196da0e40ec Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Mon, 6 Sep 2010 17:20:33 +0200 Subject: Run Lindent on libtom(*) --- libtomcrypt/misc/crypt/crypt_argchk.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'libtomcrypt/misc/crypt/crypt_argchk.c') diff --git a/libtomcrypt/misc/crypt/crypt_argchk.c b/libtomcrypt/misc/crypt/crypt_argchk.c index 143b784..a1fe682 100644 --- a/libtomcrypt/misc/crypt/crypt_argchk.c +++ b/libtomcrypt/misc/crypt/crypt_argchk.c @@ -13,13 +13,12 @@ /** @file crypt_argchk.c Perform argument checking, Tom St Denis -*/ +*/ #if (ARGTYPE == 0) void crypt_argchk(char *v, char *s, int d) { - printk("LTC_ARGCHK '%s' failure on line %d of file %s\n", - v, d, s); + printk("LTC_ARGCHK '%s' failure on line %d of file %s\n", v, d, s); } #endif -- cgit