Fix indentation

This commit is contained in:
Trustin Lee 2012-05-30 14:16:39 -07:00
parent b87ce6a3cf
commit 24eb85cdf5

View File

@ -166,7 +166,6 @@ final class InfBlocks {
k -= 3; k -= 3;
} }
t = k & 7; // go to byte boundary t = k & 7; // go to byte boundary
{ {
b >>>= t; b >>>= t;
k -= t; k -= t;
@ -183,25 +182,20 @@ final class InfBlocks {
InfTree.inflate_trees_fixed(bl, bd, tl, td); InfTree.inflate_trees_fixed(bl, bd, tl, td);
codes.init(bl[0], bd[0], tl[0], 0, td[0], 0); codes.init(bl[0], bd[0], tl[0], 0, td[0], 0);
} }
{ {
b >>>= 3; b >>>= 3;
k -= 3; k -= 3;
} }
mode = CODES; mode = CODES;
break; break;
case 2: // dynamic case 2: // dynamic
{ {
b >>>= 3; b >>>= 3;
k -= 3; k -= 3;
} }
mode = TABLE; mode = TABLE;
break; break;
case 3: // illegal case 3: // illegal
{ {
b >>>= 3; b >>>= 3;
k -= 3; k -= 3;