Commit 93e91145 authored by Baptiste Coudurier's avatar Baptiste Coudurier

fix indentation

Originally committed as revision 8499 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 36376fa3
......@@ -85,7 +85,7 @@ static int lzw_get_code(struct LZWState * s)
s->bs--;
}
c = s->bbuf & s->curmask;
s->bbuf >>= s->cursize;
s->bbuf >>= s->cursize;
} else { // TIFF
while (s->bbits < s->cursize) {
if (s->pbuf >= s->ebuf) {
......
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