Commit d638424b authored by Aurelien Jacobs's avatar Aurelien Jacobs

cosmetics: whitespace

Originally committed as revision 11028 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 0b77d7d6
......@@ -585,9 +585,9 @@ static int mp3_write_header(struct AVFormatContext *s)
char yeartxt[10];
if(s->track)
snprintf(tracktxt, sizeof(tracktxt) , "%d", s->track);
snprintf(tracktxt, sizeof(tracktxt), "%d", s->track);
if(s->year)
snprintf( yeartxt, sizeof(yeartxt) , "%d", s->year );
snprintf( yeartxt, sizeof(yeartxt) , "%d", s->year );
if(s->title[0]) totlen += 11 + strlen(s->title);
if(s->author[0]) totlen += 11 + strlen(s->author);
......
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