From 43f662d9bf69686ba4475f5d6c08af90663f91cb Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Thu, 25 Oct 2012 20:56:20 +0000 Subject: lvfdec: cosmetics: fix identation Signed-off-by: Paul B Mahol --- libavformat/lvfdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/lvfdec.c') diff --git a/libavformat/lvfdec.c b/libavformat/lvfdec.c index 7aac6ef44a..08a089135e 100644 --- a/libavformat/lvfdec.c +++ b/libavformat/lvfdec.c @@ -131,7 +131,7 @@ static int lvf_read_packet(AVFormatContext *s, AVPacket *pkt) } if (ret < 0) - return ret; + return ret; } return AVERROR_EOF; -- cgit v1.2.3