Commit cdc15adf authored by Vitor Sessak's avatar Vitor Sessak

Cosmetics: braces removal

Originally committed as revision 13388 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 58e23a5f
......@@ -307,11 +307,10 @@ static int dec2(signed short *decsp, const int *data, const int *inp,
result = eq(decsp, work);
if (result == 1) {
if (result == 1)
return dec1(decsp, data, inp, f);
} else {
else
return rms(work, f);
}
}
/* Uncompress one block (20 bytes -> 160*2 bytes) */
......
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