lvfdec: cosmetics: fix identation

Signed-off-by: Paul B Mahol <onemda@gmail.com>
pull/6/merge
Paul B Mahol 12 years ago
parent 13d26716fb
commit 43f662d9bf
  1. 2
      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;

Loading…
Cancel
Save