From 83569729d461d4a9465ad90d6a6e36eb2c358cb5 Mon Sep 17 00:00:00 2001 From: Aurelien Jacobs Date: Thu, 26 Feb 2009 22:39:53 +0000 Subject: cosmetics: vertical alignment Originally committed as revision 17629 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/rpl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/rpl.c') diff --git a/libavformat/rpl.c b/libavformat/rpl.c index 62efafbd4b..ad713ffada 100644 --- a/libavformat/rpl.c +++ b/libavformat/rpl.c @@ -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 -- cgit v1.2.3