RFR: 8289542: Update JPEG Image Decoding Software to 9e
Ambarish Rapte
arapte at openjdk.org
Fri Aug 19 07:51:50 UTC 2022
On Wed, 17 Aug 2022 20:44:52 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:
> I left a couple comments on questionable-looking indentation.
Hi Kevin, Looks like this is an existing issue, as we replace tabs with 4 spaces.
We have several such existing instances of incorrect layout.
1. https://github.com/openjdk/jfx/blob/5c47295cf7ff9404b3bddaa2c30772fa2eff461c/modules/javafx.graphics/src/main/native-iio/libjpeg/jdmaster.c#L142
2. https://github.com/openjdk/jfx/blob/5c47295cf7ff9404b3bddaa2c30772fa2eff461c/modules/javafx.graphics/src/main/native-iio/libjpeg/jdmaster.c#L439
3. https://github.com/openjdk/jfx/blob/5c47295cf7ff9404b3bddaa2c30772fa2eff461c/modules/javafx.graphics/src/main/native-iio/libjpeg/jdhuff.c#L438
-------------
PR: https://git.openjdk.org/jfx/pull/874
More information about the openjfx-dev
mailing list