[HB] Cosmetic
authorBehdad Esfahbod <behdad@behdad.org>
Tue, 16 Mar 2010 07:15:00 +0000 (03:15 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Tue, 16 Mar 2010 07:15:00 +0000 (03:15 -0400)
pango/opentype/hb-ot-layout-common-private.hh

index 70c8774..442aad2 100644 (file)
@@ -593,9 +593,9 @@ struct Device
   }
 
   private:
-  USHORT       startSize;      /* Smallest size to correct--in ppem */
-  USHORT       endSize;        /* Largest size to correct--in ppem */
-  USHORT       deltaFormat;    /* Format of DeltaValue array data: 1, 2, or 3 */
+  USHORT       startSize;              /* Smallest size to correct--in ppem */
+  USHORT       endSize;                /* Largest size to correct--in ppem */
+  USHORT       deltaFormat;            /* Format of DeltaValue array data: 1, 2, or 3 */
   USHORT       deltaValue[VAR];        /* Array of compressed data */
 };
 ASSERT_SIZE_VAR (Device, 6, USHORT);