MMI: Fix formatting issue detected by checkstyle

This commit is contained in:
DRC
2019-02-01 00:24:09 -06:00
parent 2f9e7c84d1
commit 73fd604161

View File

@@ -404,7 +404,7 @@ void jsimd_h2v1_merged_upsample_mmi(JDIMENSION output_width,
_mm_store_si64((__m64 *)(outptr + 56), mmH);
outptr += RGB_PIXELSIZE * 16;
} else {
if(output_width & 1)
if (output_width & 1)
col = num_cols * 2 + 1;
else
col = num_cols * 2;