mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-28 05:50:43 +00:00
Cosmetics: Re-indent
Originally committed as revision 20522 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
0bb622ba4d
commit
9349e5582c
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user