From: Dirk Lemstra Date: Fri, 14 Jun 2019 12:15:44 +0000 (+0200) Subject: Whitespace X-Git-Tag: 7.0.8-50~59 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5c3f6ae4117824c4ed647aebf9e5bb82ec4e92ee;p=imagemagick Whitespace --- diff --git a/coders/heic.c b/coders/heic.c index 28f4b5870..ad3856fca 100644 --- a/coders/heic.c +++ b/coders/heic.c @@ -941,8 +941,8 @@ static MagickBooleanType WriteHEICImage(const ImageInfo *image_info, break; writer.writer_api_version=1; writer.write=heif_write_func; - if (image->profiles != (void *) NULL) - WriteProfile(heif_context, image, exception); + if (image->profiles != (void *) NULL) + WriteProfile(heif_context, image, exception); error=heif_context_write(heif_context,&writer,image); status=IsHeifSuccess(&error,image,exception); if (status == MagickFalse)