summaryrefslogtreecommitdiffstats
path: root/libtomcrypt/misc/crypt/crypt_argchk.c
diff options
context:
space:
mode:
Diffstat (limited to 'libtomcrypt/misc/crypt/crypt_argchk.c')
-rw-r--r--libtomcrypt/misc/crypt/crypt_argchk.c5
1 files changed, 2 insertions, 3 deletions
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