From: Simon Josefsson Date: Fri, 21 Oct 2005 12:45:42 +0000 (+0000) Subject: Whitespace fix, from Bruno. X-Git-Tag: cvs-readonly~2778 X-Git-Url: http://erislabs.net/gitweb/?a=commitdiff_plain;ds=sidebyside;h=d114b0a2d9c7049f57a54966bd118e4a70d1bc1e;p=gnulib.git Whitespace fix, from Bruno. --- diff --git a/lib/md4.c b/lib/md4.c index 571ad1670..fcade301e 100644 --- a/lib/md4.c +++ b/lib/md4.c @@ -49,7 +49,7 @@ /* This array contains the bytes used to pad the buffer to the next 64-byte boundary. (RFC 1320, 3.1: Step 1) */ -static const unsigned char fillbuf[64] = { 0x80, 0 /* , 0, 0, ... */ }; +static const unsigned char fillbuf[64] = { 0x80, 0 /* , 0, 0, ... */ }; /* Initialize structure containing state of computation.