Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 14, 2024
1 parent a9e1dcf commit 282e7ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libImaging/Reduce.c
Original file line number Diff line number Diff line change
Expand Up @@ -1462,8 +1462,8 @@ ImagingReduce(Imaging imIn, int xscale, int yscale, int box[4]) {

imOut = ImagingNewDirty(
imIn->mode,
(ImagingNewParams
){(box[2] + xscale - 1) / xscale, (box[3] + yscale - 1) / yscale}
(ImagingNewParams){(box[2] + xscale - 1) / xscale,
(box[3] + yscale - 1) / yscale}
);
if (!imOut) {
return NULL;
Expand Down

0 comments on commit 282e7ec

Please sign in to comment.