1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-31 04:50:19 +02:00

(OP): Remove useless space-before-TAB.

This commit is contained in:
Jim Meyering
2006-01-11 10:07:13 +00:00
parent 20f53c8aac
commit d1fe298155
+1 -1
View File
@@ -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); \