From: Dirk Lemstra Date: Fri, 14 Jun 2019 19:20:28 +0000 (+0200) Subject: Code cleanup. X-Git-Tag: 7.0.8-50~56 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dc4302546a264210c69d38175da423d22205580c;p=imagemagick Code cleanup. --- diff --git a/coders/heic.c b/coders/heic.c index c7db03a73..ed59192e8 100644 --- a/coders/heic.c +++ b/coders/heic.c @@ -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);