Cosmetics: Re-indent

Originally committed as revision 20522 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Alex Converse 2009-11-12 01:45:04 +00:00
parent 0bb622ba4d
commit 9349e5582c

View File

@ -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);
}