Additional code formatting tweaks

Missed by previous analysis
This commit is contained in:
DRC
2018-03-16 18:20:05 -05:00
parent 84fbd4f1ed
commit 09497c1a73
2 changed files with 3 additions and 3 deletions

View File

@@ -260,7 +260,7 @@ emit_dac(j_compress_ptr cinfo)
for (i = 0; i < NUM_ARITH_TBLS; i++) {
if (dc_in_use[i]) {
emit_byte(cinfo, i);
emit_byte(cinfo, cinfo->arith_dc_L[i] + (cinfo->arith_dc_U[i]<<4));
emit_byte(cinfo, cinfo->arith_dc_L[i] + (cinfo->arith_dc_U[i] << 4));
}
if (ac_in_use[i]) {
emit_byte(cinfo, i + 0x10);