lvfdec: cosmetics: fix identation

Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
Paul B Mahol 2012-10-25 20:56:20 +00:00
parent 13d26716fb
commit 43f662d9bf

View File

@ -131,7 +131,7 @@ static int lvf_read_packet(AVFormatContext *s, AVPacket *pkt)
}
if (ret < 0)
return ret;
return ret;
}
return AVERROR_EOF;