Commit 4012a8c7f for imagemagick.org

commit 4012a8c7f3160406d242d6fbae7b1ce40d0016ab
Author: Dirk Lemstra <dirk@lemstra.org>
Date:   Thu Jan 1 16:22:59 2026 +0100

    Consistent code style.

diff --git a/MagickCore/constitute.c b/MagickCore/constitute.c
index c2409e0f3..c2dcab061 100644
--- a/MagickCore/constitute.c
+++ b/MagickCore/constitute.c
@@ -911,10 +911,7 @@ MagickExport Image *ReadImage(const ImageInfo *image_info,
           {
             if (((flags & XValue) != 0) || ((flags & YValue) != 0))
               {
-                Image
-                  *crop_image;
-
-                crop_image=CropImage(next,&geometry,exception);
+                Image *crop_image = CropImage(next,&geometry,exception);
                 if (crop_image != (Image *) NULL)
                   ReplaceImageInList(&next,crop_image);
               }