From 5c3f6ae4117824c4ed647aebf9e5bb82ec4e92ee Mon Sep 17 00:00:00 2001 From: Dirk Lemstra Date: Fri, 14 Jun 2019 14:15:44 +0200 Subject: [PATCH] Whitespace --- coders/heic.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.40.0