Skip to content

Commit

Permalink
cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed Nov 24, 2022
1 parent 8daeac9 commit 2abd25e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MagickCore/attribute.c
Expand Up @@ -485,15 +485,15 @@ MagickExport RectangleInfo GetImageBoundingBox(const Image *image,
#endif
for (y=0; y < (ssize_t) image->rows; y++)
{
const Quantum
*magick_restrict q;

PixelInfo
pixel;

RectangleInfo
bounding_box;

const Quantum
*magick_restrict q;

ssize_t
x;

Expand Down

0 comments on commit 2abd25e

Please sign in to comment.