Skip to content

Commit fbf0a1d

Browse files
pre-commit-ci[bot]akx
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 3302325 commit fbf0a1d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/libImaging/Reduce.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1457,9 +1457,7 @@ ImagingReduce(Imaging imIn, int xscale, int yscale, int box[4]) {
14571457
}
14581458

14591459
if (imIn->type == IMAGING_TYPE_SPECIAL) {
1460-
return (Imaging)ImagingError_NotSupportedError(
1461-
"16-bit images not supported"
1462-
);
1460+
return (Imaging)ImagingError_NotSupportedError("16-bit images not supported");
14631461
}
14641462

14651463
imOut = ImagingNewDirty(

0 commit comments

Comments
 (0)