Commit 43f662d9 authored by Paul B Mahol's avatar Paul B Mahol

lvfdec: cosmetics: fix identation

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 13d26716
......@@ -131,7 +131,7 @@ static int lvf_read_packet(AVFormatContext *s, AVPacket *pkt)
}
if (ret < 0)
return ret;
return ret;
}
return AVERROR_EOF;
......
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