Cosmetic
authorBehdad Esfahbod <behdad@behdad.org>
Thu, 22 Apr 2010 04:23:14 +0000 (00:23 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Thu, 22 Apr 2010 04:23:14 +0000 (00:23 -0400)
src/hb-ot-layout-common-private.hh

index 35e6a70..5623de4 100644 (file)
@@ -608,9 +608,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);