From 43da4b17549c7588d324f6343414636f0d34a916 Mon Sep 17 00:00:00 2001 From: Dirk Lemstra Date: Sun, 18 Feb 2018 18:53:31 +0100 Subject: [PATCH] Whitespace --- MagickCore/draw.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MagickCore/draw.c b/MagickCore/draw.c index f5a1b530b..9fa3e1dff 100644 --- a/MagickCore/draw.c +++ b/MagickCore/draw.c @@ -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; -- 2.40.0