From 52f177efcb3fb366658bab84bde3328bc6076ee6 Mon Sep 17 00:00:00 2001 From: Dirk Lemstra Date: Sun, 17 Sep 2017 08:46:09 +0200 Subject: [PATCH] Whitespace. --- coders/gif.c | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/coders/gif.c b/coders/gif.c index 9ea4c426e..2dbdfc259 100644 --- a/coders/gif.c +++ b/coders/gif.c @@ -1156,7 +1156,8 @@ static Image *ReadGIFImage(const ImageInfo *image_info,ExceptionInfo *exception) if (info == (unsigned char *) NULL) { meta_image=DestroyImage(meta_image); - global_colormap=(unsigned char *) RelinquishMagickMemory(global_colormap); + global_colormap=(unsigned char *) RelinquishMagickMemory( + global_colormap); ThrowReaderException(ResourceLimitError, "MemoryAllocationFailed"); } @@ -1175,7 +1176,8 @@ static Image *ReadGIFImage(const ImageInfo *image_info,ExceptionInfo *exception) if (info == (unsigned char *) NULL) { meta_image=DestroyImage(meta_image); - global_colormap=(unsigned char *) RelinquishMagickMemory(global_colormap); + global_colormap=(unsigned char *) + RelinquishMagickMemory(global_colormap); ThrowReaderException(ResourceLimitError, "MemoryAllocationFailed"); } @@ -1185,7 +1187,8 @@ static Image *ReadGIFImage(const ImageInfo *image_info,ExceptionInfo *exception) if (profile == (StringInfo *) NULL) { meta_image=DestroyImage(meta_image); - global_colormap=(unsigned char *) RelinquishMagickMemory(global_colormap); + global_colormap=(unsigned char *) RelinquishMagickMemory( + global_colormap); info=(unsigned char *) RelinquishMagickMemory(info); ThrowReaderException(ResourceLimitError, "MemoryAllocationFailed"); @@ -1360,7 +1363,8 @@ static Image *ReadGIFImage(const ImageInfo *image_info,ExceptionInfo *exception) status=SetImageExtent(image,image->columns,image->rows,exception); if (status == MagickFalse) { - global_colormap=(unsigned char *) RelinquishMagickMemory(global_colormap); + global_colormap=(unsigned char *) RelinquishMagickMemory( + global_colormap); meta_image=DestroyImage(meta_image); return(DestroyImageList(image)); } -- 2.40.0