]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Tue, 16 Aug 2011 19:22:15 +0000 (19:22 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Tue, 16 Aug 2011 19:22:15 +0000 (19:22 +0000)
MagickCore/property.c

index 1ede01a323a03c3548d199a8aae10e5b689139f0..460c85b6c897b2193b668b46fc51a9c480c2d9b7 100644 (file)
@@ -1295,8 +1295,7 @@ static MagickBooleanType GetEXIFProperty(const Image *image,
             case EXIF_FMT_BYTE:
             case EXIF_FMT_UNDEFINED:
             {
-              EXIFMultipleValues(1,"%.20g",(double)
-                (*(unsigned char *) p1));
+              EXIFMultipleValues(1,"%.20g",(double) (*(unsigned char *) p1));
               break;
             }
             case EXIF_FMT_SBYTE:
@@ -1474,8 +1473,7 @@ static MagickBooleanType GetEXIFProperty(const Image *image,
   return(status);
 }
 
-static MagickBooleanType GetXMPProperty(const Image *image,
-  const char *property)
+static MagickBooleanType GetXMPProperty(const Image *image,const char *property)
 {
   char
     *xmp_profile;