mirror of
https://github.com/librempeg/librempeg
synced 2024-11-22 18:49:58 +00:00
lavf/gifdec: cosmetics: remove extra whitespace
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
254e11cc01
commit
d1d159d31e
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user