Minor fix in code formatting.

This commit is contained in:
tc-wleite 2023-03-14 21:21:28 -03:00
parent 4c645c0220
commit 5cefce2dbf

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