Skip to content

Commit 3755911

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 31a972d commit 3755911

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/libImaging/RankFilter.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ MakeRankFunction(UINT8) MakeRankFunction(INT32) MakeRankFunction(FLOAT32)
7272
return (Imaging)ImagingError_ValueError(NULL);
7373
}
7474

75-
if ( im->bands != 1 || im->type == IMAGING_TYPE_I16) {
75+
if (im->bands != 1 || im->type == IMAGING_TYPE_I16) {
7676
return (Imaging)ImagingError_ModeError(
7777
"image must be 1-band non-special image"
7878
);

0 commit comments

Comments
 (0)