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