Bug 891693 - Whitespace fixes. DONTBUILD

This commit is contained in:
Ryan VanderMeulen 2013-11-25 14:34:01 -05:00
parent 2ab19ea365
commit 7ce9c73b92

View File

@ -472,7 +472,7 @@ get_dht (j_decompress_ptr cinfo)
for (i = 0; i < count; i++)
INPUT_BYTE(cinfo, huffval[i], return FALSE);
MEMZERO(&huffval[count], (256-count)*SIZEOF(UINT8));
MEMZERO(&huffval[count], (256 - count) * SIZEOF(UINT8));
length -= count;