summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2010-03-16 03:15:00 -0400
committerBehdad Esfahbod <behdad@behdad.org>2010-03-16 03:15:00 -0400
commit7ee9ab4b2519131a9753499175ec43871232c84d (patch)
tree7b99f6511bd860b2e93d05ce3d2c3cf42310555d
parentd9e254f3220337577b22f229839e036f344ce048 (diff)
downloadpango-7ee9ab4b2519131a9753499175ec43871232c84d.tar.gz
[HB] Cosmetic
-rw-r--r--pango/opentype/hb-ot-layout-common-private.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/pango/opentype/hb-ot-layout-common-private.hh b/pango/opentype/hb-ot-layout-common-private.hh
index 70c8774a..442aad26 100644
--- a/pango/opentype/hb-ot-layout-common-private.hh
+++ b/pango/opentype/hb-ot-layout-common-private.hh
@@ -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);