From: Jim Meyering Date: Wed, 11 Jan 2006 10:07:13 +0000 (+0000) Subject: (OP): Remove useless space-before-TAB. X-Git-Tag: v6.0~926 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d1fe298155035ab7ec82f8a77f82c178f48cf0c3;p=thirdparty%2Fcoreutils.git (OP): Remove useless space-before-TAB. --- diff --git a/lib/md5.c b/lib/md5.c index 5e97474e6c..e29710b900 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); \