Commit d1d159d3 authored by Paul B Mahol's avatar Paul B Mahol

lavf/gifdec: cosmetics: remove extra whitespace

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 254e11cc
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment