Browse code

cosmetics: vertical alignment

Originally committed as revision 17629 to svn://svn.ffmpeg.org/ffmpeg/trunk

Aurelien Jacobs authored on 2009/02/27 07:39:53
Showing 1 changed files
... ...
@@ -129,7 +129,7 @@ static int rpl_read_header(AVFormatContext *s, AVFormatParameters *ap)
129 129
     // number usually isn't important.
130 130
     // (The spec says that there exists some significance
131 131
     // for the text in a few cases; samples needed.)
132
-    error |= read_line(pb, line        , sizeof(line        ));  // ARMovie
132
+    error |= read_line(pb, line, sizeof(line));      // ARMovie
133 133
     error |= read_line(pb, line, sizeof(line));      // movie name
134 134
     av_metadata_set(&s->metadata, "title"    , line);
135 135
     error |= read_line(pb, line, sizeof(line));      // date/copyright