From f0abcd69408a3af65207cdf8847575ade4579bd4 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sun, 2 May 2010 18:14:25 -0400 Subject: [PATCH] Whitespace --- src/hb-open-type-private.hh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/hb-open-type-private.hh b/src/hb-open-type-private.hh index bbd88a7..df8b088 100644 --- a/src/hb-open-type-private.hh +++ b/src/hb-open-type-private.hh @@ -86,12 +86,9 @@ inline Type& StructAfter(TObject &X) /* - * Class features + * Null objects */ - -/* Null objects */ - /* Global nul-content Null pool. Enlarge as necessary. */ static const void *_NullPool[32 / sizeof (void *)]; @@ -313,6 +310,8 @@ struct Sanitizer }; + + /* * * The OpenType Font File: Data Types @@ -437,7 +436,7 @@ ASSERT_SIZE (FixedVersion, 4); /* * Template subclasses of Offset and LongOffset that do the dereferencing. - * Use: (this+memberName) + * Use: (base+offset) */ template -- 2.7.4