Skip to content

Commit 9424b1a

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 46f2fa1 commit 9424b1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libImaging/Geometry.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1037,7 +1037,7 @@ ImagingTransformAffine(
10371037

10381038
if (!imOut || !imIn || strcmp(imIn->mode, imOut->mode) != 0) {
10391039
return (Imaging)ImagingError_ModeError();
1040-
}
1040+
}
10411041

10421042
if (filterid || imIn->type == IMAGING_TYPE_SPECIAL) {
10431043
return ImagingGenericTransform(

0 commit comments

Comments
 (0)