diff --git a/MagickCore/annotate.c b/MagickCore/annotate.c
index 3be7d4a..84dbb9e 100644
--- a/MagickCore/annotate.c
+++ b/MagickCore/annotate.c
@@ -1513,8 +1513,8 @@
       status=FT_Get_Glyph(face->glyph,&glyph.image);
       if (status == 0)
         {
-          status=FT_Outline_Get_BBox(&((FT_OutlineGlyph) glyph.image)->
-            outline,&bounds);
+          status=FT_Outline_Get_BBox(&((FT_OutlineGlyph) glyph.image)->outline,
+            &bounds);
           if (status == 0)
             {
               FT_Vector_Transform(&glyph.origin,&affine);