From 282e7ec8c0838e26b96e5e0ff256e8bd81e0b69a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 11:30:36 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/libImaging/Reduce.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libImaging/Reduce.c b/src/libImaging/Reduce.c index bb8ddb92c..563a8288b 100644 --- a/src/libImaging/Reduce.c +++ b/src/libImaging/Reduce.c @@ -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;