Minor fix in code formatting.

(cherry picked from commit 5cefce2dbf)
This commit is contained in:
tc-wleite
2023-03-14 21:21:28 -03:00
committed by Harald Kuhr
parent 458be0380e
commit 924b7d809c

View File

@@ -177,7 +177,7 @@ public final class VP8LDecoder {
} }
} }
} }
private WritableRaster getRasterForDecoding(WritableRaster raster, ImageReadParam param, Rectangle bounds) { private WritableRaster getRasterForDecoding(WritableRaster raster, ImageReadParam param, Rectangle bounds) {
// If the ImageReadParam requires only a subregion of the image, and if the whole image does not fit into the // If the ImageReadParam requires only a subregion of the image, and if the whole image does not fit into the
// Raster or subsampling is requested, we need a temporary Raster as we can only decode the whole image at once // Raster or subsampling is requested, we need a temporary Raster as we can only decode the whole image at once