bzip2: reduce indentation, no code changes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2018-02-03 15:59:46 +01:00
parent 9e5662ea74
commit e59e5ff96e

View File

@ -216,7 +216,9 @@ void generateMTFValues(EState* s)
if (yy[0] == ll_i) { if (yy[0] == ll_i) {
zPend++; zPend++;
} else { continue;
}
if (zPend > 0) { if (zPend > 0) {
process_zPend: process_zPend:
zPend--; zPend--;
@ -267,7 +269,6 @@ void generateMTFValues(EState* s)
s->mtfFreq[j+1]++; s->mtfFreq[j+1]++;
} }
} }
}
i = -1; i = -1;
if (zPend > 0) if (zPend > 0)