diff --git a/libavformat/rpl.c b/libavformat/rpl.c
index 62efafbd4b814ddd7df309a4e21a233f33b54d34..ad713ffada80989731f67e058b8b2a55c73091d5 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