Whitespace

This commit is contained in:
Behdad Esfahbod 2010-05-02 18:14:25 -04:00
parent a8d960bd26
commit f0abcd6940
1 changed files with 4 additions and 5 deletions

View File

@ -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 <typename OffsetType, typename Type>