]> granicus.if.org Git - imagemagick/commitdiff
Whitespace
authorDirk Lemstra <dirk@git.imagemagick.org>
Sun, 18 Feb 2018 17:53:31 +0000 (18:53 +0100)
committerDirk Lemstra <dirk@git.imagemagick.org>
Sun, 18 Feb 2018 17:53:50 +0000 (18:53 +0100)
MagickCore/draw.c

index f5a1b530babf49364cd4b579554511a002bb827f..9fa3e1dfffa7c47e5a2a2d23a81259a749369411 100644 (file)
@@ -4170,7 +4170,8 @@ RestoreMSCWarning
       continue;
     start_x=(ssize_t) ceil(bounds.x1-0.5);
     stop_x=(ssize_t) floor(bounds.x2+0.5);
-    q=GetCacheViewAuthenticPixels(image_view,start_x,y,(size_t) (stop_x-start_x+      1),1,exception);
+    q=GetCacheViewAuthenticPixels(image_view,start_x,y,(size_t) (stop_x-start_x+
+      1),1,exception);
     if (q == (Quantum *) NULL)
       {
         status=MagickFalse;