From d1d159d31ecb01a0aba2163d3d9f4f23fc622c79 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Fri, 25 Jan 2013 16:41:51 +0000 Subject: [PATCH] lavf/gifdec: cosmetics: remove extra whitespace Signed-off-by: Paul B Mahol --- libavformat/gifdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/gifdec.c b/libavformat/gifdec.c index 6cf36c1205..1122849abd 100644 --- a/libavformat/gifdec.c +++ b/libavformat/gifdec.c @@ -271,7 +271,7 @@ resync: if (ret >= 0 && !frame_parsed) { /* This might happen when there is no image block * between extension blocks and GIF_TRAILER or EOF */ - return AVERROR_EOF; + return AVERROR_EOF; } else return ret; }