Commit 9349e558 authored by Alex Converse's avatar Alex Converse

Cosmetics: Re-indent

Originally committed as revision 20522 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 0bb622ba
......@@ -671,7 +671,7 @@ static void zero_remaining(unsigned int b, unsigned int b_max,
count += div_blocks[b];
if (count)
memset(buf, 0, sizeof(*buf) * count);
memset(buf, 0, sizeof(*buf) * count);
}
......
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