formatting
diff --git a/src/cff/cffgload.c b/src/cff/cffgload.c
index 4805626..f88ecee 100644
--- a/src/cff/cffgload.c
+++ b/src/cff/cffgload.c
@@ -2139,6 +2139,7 @@
       {
         CFF_Index csindex = cff->charstrings_index;
 
+
         CFF_Prepare_Decoder( &decoder, glyph_index );
         error = CFF_Parse_CharStrings( &decoder, charstring, charstring_len );
 
@@ -2147,9 +2148,10 @@
         /* We set control_data and control_len if charstrings is loaded.  */
         /* See how charstring loads at CFF_Access_Element() in cffload.c. */
 
-        glyph->root.control_data = csindex.bytes + csindex.offsets[glyph_index] - 1;
-        glyph->root.control_len = charstring_len;
-
+        glyph->root.control_data =
+          csindex.bytes + csindex.offsets[glyph_index] - 1;
+        glyph->root.control_len =
+          charstring_len;
       }
 
       /* save new glyph tables */