]> granicus.if.org Git - imagemagick/commitdiff
Code cleanup.
authorDirk Lemstra <dirk@lemstra.org>
Fri, 14 Jun 2019 19:20:28 +0000 (21:20 +0200)
committerDirk Lemstra <dirk@lemstra.org>
Fri, 14 Jun 2019 19:20:28 +0000 (21:20 +0200)
coders/heic.c

index c7db03a73e49372e42d5c6d647d26f285792de4d..ed59192e8492b05ad548c577adb4ec03a3326b18 100644 (file)
@@ -447,7 +447,8 @@ static Image *ReadHEICImage(const ImageInfo *image_info,
     Decode HEIF file
   */
   heif_context=heif_context_alloc();
-  error=heif_context_read_from_memory_without_copy(heif_context,file_data,length,NULL);
+  error=heif_context_read_from_memory_without_copy(heif_context,file_data,
+    length,NULL);
   if (IsHeifSuccess(&error,image,exception) == MagickFalse)
     {
       heif_context_free(heif_context);