summaryrefslogtreecommitdiff
path: root/lib/md5.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-01-11 10:07:13 +0000
committerJim Meyering <jim@meyering.net>2006-01-11 10:07:13 +0000
commitd1fe298155035ab7ec82f8a77f82c178f48cf0c3 (patch)
tree92cfee1ff0f16ebf21788532bc521fc18d25fd2e /lib/md5.c
parent20f53c8aac22edcd97054833d520ec1d4995852b (diff)
downloadcoreutils-d1fe298155035ab7ec82f8a77f82c178f48cf0c3.tar.xz
(OP): Remove useless space-before-TAB.
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 5e97474e6..e29710b90 100644
--- a/lib/md5.c
+++ b/lib/md5.c
@@ -382,7 +382,7 @@ md5_process_block (const void *buffer, size_t len, struct md5_ctx *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; \
CYCLIC (a, s); \