From 27a9781c1c094e5b944c41a6316e618639bf0546 Mon Sep 17 00:00:00 2001 From: Dirk Lemstra Date: Sun, 17 Sep 2017 08:07:09 +0200 Subject: [PATCH] Whitespace. --- coders/miff.c | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/coders/miff.c b/coders/miff.c index d77a07cdd..8fad09660 100644 --- a/coders/miff.c +++ b/coders/miff.c @@ -1412,7 +1412,8 @@ static Image *ReadMIFFImage(const ImageInfo *image_info, { (void) BZ2_bzDecompressEnd(&bzip_info); quantum_info=DestroyQuantumInfo(quantum_info); - compress_pixels=(unsigned char *) RelinquishMagickMemory(compress_pixels); + compress_pixels=(unsigned char *) RelinquishMagickMemory( + compress_pixels); ThrowReaderException(CorruptImageError, "UnableToReadImageData"); } @@ -1451,7 +1452,8 @@ static Image *ReadMIFFImage(const ImageInfo *image_info, { lzma_end(&lzma_info); quantum_info=DestroyQuantumInfo(quantum_info); - compress_pixels=(unsigned char *) RelinquishMagickMemory(compress_pixels); + compress_pixels=(unsigned char *) RelinquishMagickMemory( + compress_pixels); ThrowReaderException(CorruptImageError, "UnableToReadImageData"); } @@ -1493,7 +1495,8 @@ static Image *ReadMIFFImage(const ImageInfo *image_info, { (void) inflateEnd(&zip_info); quantum_info=DestroyQuantumInfo(quantum_info); - compress_pixels=(unsigned char *) RelinquishMagickMemory(compress_pixels); + compress_pixels=(unsigned char *) RelinquishMagickMemory( + compress_pixels); ThrowReaderException(CorruptImageError, "UnableToReadImageData"); } @@ -1570,7 +1573,8 @@ static Image *ReadMIFFImage(const ImageInfo *image_info, if (offset < 0) { quantum_info=DestroyQuantumInfo(quantum_info); - compress_pixels=(unsigned char *) RelinquishMagickMemory(compress_pixels); + compress_pixels=(unsigned char *) RelinquishMagickMemory( + compress_pixels); ThrowReaderException(CorruptImageError,"ImproperImageHeader"); } } @@ -1610,7 +1614,8 @@ static Image *ReadMIFFImage(const ImageInfo *image_info, if (offset < 0) { quantum_info=DestroyQuantumInfo(quantum_info); - compress_pixels=(unsigned char *) RelinquishMagickMemory(compress_pixels); + compress_pixels=(unsigned char *) RelinquishMagickMemory( + compress_pixels); ThrowReaderException(CorruptImageError,"ImproperImageHeader"); } } -- 2.40.0