From: Dirk Lemstra Date: Sun, 17 Sep 2017 06:46:09 +0000 (+0200) Subject: Whitespace. X-Git-Tag: 7.0.7-3~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=52f177efcb3fb366658bab84bde3328bc6076ee6;p=imagemagick Whitespace. --- 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)); }