]> granicus.if.org Git - imagemagick/commitdiff
Whitespace.
authorDirk Lemstra <dirk@git.imagemagick.org>
Sat, 16 Sep 2017 13:41:48 +0000 (15:41 +0200)
committerDirk Lemstra <dirk@git.imagemagick.org>
Sat, 16 Sep 2017 13:41:48 +0000 (15:41 +0200)
coders/meta.c

index 283bb6315b5897c7816b5d82ab962dd484b37043..482173151975dd0eea72f9c417b73a17212909d8 100644 (file)
@@ -1316,7 +1316,7 @@ static Image *ReadMETAImage(const ImageInfo *image_info,
         {
           blob=DetachBlob(buff->blob);
           blob=RelinquishMagickMemory(blob);
-          buff=DestroyImage(buff);          
+          buff=DestroyImage(buff);
           ThrowReaderException(ResourceLimitError,"MemoryAllocationFailed");
         }
       blob=DetachBlob(buff->blob);
@@ -1371,7 +1371,7 @@ static Image *ReadMETAImage(const ImageInfo *image_info,
         {
           blob=DetachBlob(buff->blob);
           blob=(unsigned char *) RelinquishMagickMemory(blob);
-          buff=DestroyImage(buff);          
+          buff=DestroyImage(buff);
           ThrowReaderException(ResourceLimitError,"MemoryAllocationFailed");
         }
       (void) SetImageProfile(image,"8bim",profile,exception);
@@ -1399,7 +1399,7 @@ static Image *ReadMETAImage(const ImageInfo *image_info,
         {
           blob=DetachBlob(buff->blob);
           blob=(unsigned char *) RelinquishMagickMemory(blob);
-          buff=DestroyImage(buff);          
+          buff=DestroyImage(buff);
           ThrowReaderException(ResourceLimitError,"MemoryAllocationFailed");
         }
       (void) SetImageProfile(image,"xmp",profile,exception);