Skip to content

Commit

Permalink
Remove errant whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl Rasche committed Nov 20, 2014
1 parent b0d0d47 commit fc67c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenEXR/IlmImf/ImfDwaCompressor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,7 @@ DwaCompressor::LossyDctDecoderBase::execute ()
dctInverse8x8_2(_dctData[comp]._buffer);
else if (lastNonZero < 35)
dctInverse8x8_1(_dctData[comp]._buffer);
else
else
dctInverse8x8_0(_dctData[comp]._buffer);
}
}
Expand Down

0 comments on commit fc67c82

Please sign in to comment.