diff --git a/magick/xml-tree.c b/magick/xml-tree.c
index 6fe06e6..62ad88b 100644
--- a/magick/xml-tree.c
+++ b/magick/xml-tree.c
@@ -1612,7 +1612,7 @@
             *xml='\0';
             i=0;
             while ((root->attributes[i] != (char **) NULL) &&
-                    (strcmp(n,root->attributes[i][0]) != 0))
+                   (strcmp(n,root->attributes[i][0]) != 0))
               i++;
             while (*(n=(++xml)+strspn(xml,XMLWhitespace)) && (*n != '>'))
             {