bzip2: reduce indentation, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user