]> granicus.if.org Git - imagemagick/commitdiff
...
authorCristy <urban-warrior@imagemagick.org>
Tue, 26 Apr 2016 00:49:34 +0000 (20:49 -0400)
committerCristy <urban-warrior@imagemagick.org>
Tue, 26 Apr 2016 00:50:56 +0000 (20:50 -0400)
MagickCore/blob.c
MagickWand/mogrify.c

index 112e874f767250599a445ed341ceb2c09fea59cb..4d6f08deb086577c99564f2450916b4771ec45e3 100644 (file)
@@ -2545,8 +2545,8 @@ MagickExport MagickBooleanType OpenBlob(const ImageInfo *image_info,
                 (void) FormatLocaleString(filename,MagickPathExtent,"%s-%.20g",
                   path,(double) image->scene);
               else
-                (void) FormatLocaleString(filename,MagickPathExtent,"%s-%.20g.%s",
-                  path,(double) image->scene,extension);
+                (void) FormatLocaleString(filename,MagickPathExtent,
+                  "%s-%.20g.%s",path,(double) image->scene,extension);
             }
           (void) CopyMagickString(image->filename,filename,MagickPathExtent);
 #if defined(macintosh)
index 61050649dd54438788d5a80f47fa524cf5924ad3..05080c1950618357c0c5178d3120bda8a6441b19 100644 (file)
@@ -1239,10 +1239,10 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc,
           {
             double
               gamma;
-            
+
             KernelInfo
               *kernel_info;
-            
+
             register ssize_t
               j;