Whitespace
authorBehdad Esfahbod <behdad@behdad.org>
Sat, 24 Nov 2018 05:45:55 +0000 (00:45 -0500)
committerBehdad Esfahbod <behdad@behdad.org>
Sat, 24 Nov 2018 05:46:07 +0000 (00:46 -0500)
src/hb-ot-layout-common.hh

index 46c2f18..1d0ec08 100644 (file)
@@ -1265,10 +1265,10 @@ struct ClassDefFormat1
   }
 
   protected:
-  HBUINT16     classFormat;            /* Format identifier--format = 1 */
-  GlyphID      startGlyph;             /* First GlyphID of the classValueArray */
+  HBUINT16     classFormat;    /* Format identifier--format = 1 */
+  GlyphID      startGlyph;     /* First GlyphID of the classValueArray */
   ArrayOf<HBUINT16>
-               classValue;             /* Array of Class Values--one per GlyphID */
+               classValue;     /* Array of Class Values--one per GlyphID */
   public:
   DEFINE_SIZE_ARRAY (6, classValue);
 };