Skip to content

Commit

Permalink
Fix spacing
Browse files Browse the repository at this point in the history
Signed-off-by: Kimball Thurston <kdt3rd@gmail.com>
  • Loading branch information
kdt3rd committed Aug 15, 2019
1 parent 2f33f0f commit 4f81370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenEXR/IlmImf/ImfFastHuf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ FastHufDecoder::buildTables (Int64 *base, Int64 *offset)
// as 'offset', when using the left justified base table.
//

_ljOffset[0] = offset[0] - _ljBase[0];
_ljOffset[0] = offset[0] - _ljBase[0];
for (int i = 1; i <= MAX_CODE_LEN; ++i)
_ljOffset[i] = offset[i] - (_ljBase[i] >> (64 - i));

Expand Down

0 comments on commit 4f81370

Please sign in to comment.