cosmetics: fix indentation, patch by avcoder, ffmpeg gmail com

Originally committed as revision 18022 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
avcoder 2009-03-17 12:27:32 +00:00 committed by Diego Biurrun
parent 852ca0e57d
commit 6d050dd673
1 changed files with 23 additions and 24 deletions

View File

@ -402,8 +402,7 @@ static int asf_read_header(AVFormatContext *s, AVFormatParameters *ap)
int desc_count, i;
desc_count = get_le16(pb);
for(i=0;i<desc_count;i++)
{
for(i=0;i<desc_count;i++) {
int name_len,value_type,value_len;
char name[1024];