diff options
author | Jim Meyering <jim@meyering.net> | 2006-01-11 10:07:13 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-01-11 10:07:13 +0000 |
commit | d1fe298155035ab7ec82f8a77f82c178f48cf0c3 (patch) | |
tree | 92cfee1ff0f16ebf21788532bc521fc18d25fd2e /lib | |
parent | 20f53c8aac22edcd97054833d520ec1d4995852b (diff) | |
download | coreutils-d1fe298155035ab7ec82f8a77f82c178f48cf0c3.tar.xz |
(OP): Remove useless space-before-TAB.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/md5.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); \ |