summaryrefslogtreecommitdiff
path: root/lib/md5.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-04-15 06:18:05 +0000
committerJim Meyering <jim@meyering.net>2003-04-15 06:18:05 +0000
commitd882eab2f25d900b345b4d0814a04f808dbe4291 (patch)
treeb0dca1a6050c1b4e118afb118220d9e2969d22b6 /lib/md5.c
parentc4b4c0a76ddd88333334789f1901dc8d66b7c21f (diff)
downloadcoreutils-d882eab2f25d900b345b4d0814a04f808dbe4291.tar.xz
Remove (or replace-with-TAB(s) to retain alignment)
each sequence of spaces before a TAB character.
Diffstat (limited to 'lib/md5.c')
-rw-r--r--lib/md5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/md5.c b/lib/md5.c
index 5cae8662c..105fa1aef 100644
--- a/lib/md5.c
+++ b/lib/md5.c
@@ -396,7 +396,7 @@ md5_process_block (buffer, len, ctx)
argument specifying the function to use. */
#undef OP
#define OP(f, a, b, c, d, k, s, T) \
- do \
+ do \
{ \
a += f (b, c, d) + correct_words[k] + T; \
a = rol (a, s); \