Commit 7e03886b authored by Giorgio Vazzana's avatar Giorgio Vazzana Committed by Michael Niedermayer

avutil/md5: reindent after previous commits

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 64eacb83
......@@ -84,7 +84,7 @@ static const uint32_t T[64] = { // T[i]= fabs(sin(i+1)<<32)
\
if (i < 32) { \
if (i < 16) a += (d ^ (b & (c ^ d))) + X[ i & 15]; \
else a += ((d & b) | (~d & c))+ X[(1 + 5*i) & 15]; \
else a += ((d & b) | (~d & c)) + X[(1 + 5*i) & 15]; \
} else { \
if (i < 48) a += (b ^ c ^ d) + X[(5 + 3*i) & 15]; \
else a += (c ^ (b | ~d)) + X[( 7*i) & 15]; \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment