[FFmpeg-cvslog] r11028 - trunk/libavformat/mp3.c

aurel subversion
Wed Nov 14 21:31:56 CET 2007


Author: aurel
Date: Wed Nov 14 21:31:56 2007
New Revision: 11028

Log:
cosmetics: whitespace

Modified:
   trunk/libavformat/mp3.c

Modified: trunk/libavformat/mp3.c
==============================================================================
--- trunk/libavformat/mp3.c	(original)
+++ trunk/libavformat/mp3.c	Wed Nov 14 21:31:56 2007
@@ -585,9 +585,9 @@ static int mp3_write_header(struct AVFor
     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);




More information about the ffmpeg-cvslog mailing list