OSDN Git Service

cosmetics: vertical alignment
authorAurelien Jacobs <aurel@gnuage.org>
Thu, 26 Feb 2009 22:39:53 +0000 (22:39 +0000)
committerAurelien Jacobs <aurel@gnuage.org>
Thu, 26 Feb 2009 22:39:53 +0000 (22:39 +0000)
Originally committed as revision 17629 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/rpl.c

index 62efafb..ad713ff 100644 (file)
@@ -129,7 +129,7 @@ static int rpl_read_header(AVFormatContext *s, AVFormatParameters *ap)
     // number usually isn't important.
     // (The spec says that there exists some significance
     // for the text in a few cases; samples needed.)
-    error |= read_line(pb, line        , sizeof(line        ));  // ARMovie
+    error |= read_line(pb, line, sizeof(line));      // ARMovie
     error |= read_line(pb, line, sizeof(line));      // movie name
     av_metadata_set(&s->metadata, "title"    , line);
     error |= read_line(pb, line, sizeof(line));      // date/copyright