]> granicus.if.org Git - imagemagick/commitdiff
Whitespace
authorDirk Lemstra <dirk@lemstra.org>
Fri, 14 Jun 2019 12:15:44 +0000 (14:15 +0200)
committerDirk Lemstra <dirk@lemstra.org>
Fri, 14 Jun 2019 12:15:44 +0000 (14:15 +0200)
coders/heic.c

index 28f4b5870f29a75d895f236fc44121316060a400..ad3856fcaf968a04e29ef4883aad2a3e52dccf98 100644 (file)
@@ -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)