From 1f020b178664857b0e107778d04fb971a58e6230 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Wed, 23 Jul 2008 11:23:36 +0000 Subject: - trim any trailing whitespace --- libcrypt/md5.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcrypt/md5.c') diff --git a/libcrypt/md5.c b/libcrypt/md5.c index f7ddc77cc..ab5548c0a 100644 --- a/libcrypt/md5.c +++ b/libcrypt/md5.c @@ -188,7 +188,7 @@ static void __md5_Init (struct MD5Context *context) context->state[3] = 0x10325476; } -/* +/* * MD5 block update operation. Continues an MD5 message-digest * operation, processing another message block, and updating the * context. -- cgit v1.2.3