diff --git a/wand/mogrify.c b/wand/mogrify.c
index 7a01251..6c1a45b 100644
--- a/wand/mogrify.c
+++ b/wand/mogrify.c
@@ -1890,8 +1890,8 @@
                 else
                   (void) QueryMagickColor("#ffffff",&white_point,exception);
               }
-            (void) LevelColorsImageChannel(*image,channel,&black_point,&white_point,
-              *option == '+' ? MagickTrue : MagickFalse);
+            (void) LevelColorsImageChannel(*image,channel,&black_point,
+              &white_point,*option == '+' ? MagickTrue : MagickFalse);
             break;
           }
         if (LocaleCompare("linear-stretch",option+1) == 0)
@@ -7219,8 +7219,8 @@
   status=MagickTrue;
   for (i=0; i < (long) argc; i++)
   {
-if (*images == (Image *) NULL)
-  break;
+    if (*images == (Image *) NULL)
+      break;
     option=argv[i];
     if (IsMagickOption(option) == MagickFalse)
       continue;