From 7ee9ab4b2519131a9753499175ec43871232c84d Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 16 Mar 2010 03:15:00 -0400 Subject: [PATCH] [HB] Cosmetic --- pango/opentype/hb-ot-layout-common-private.hh | 6 +++--- 1 file 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 70c8774..442aad2 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); -- 2.7.4