projects
/
apps
/
home
/
video-player.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8d960b
)
Whitespace
author
Behdad Esfahbod
<behdad@behdad.org>
Sun, 2 May 2010 22:14:25 +0000
(18:14 -0400)
committer
Behdad Esfahbod
<behdad@behdad.org>
Sun, 2 May 2010 22:14:25 +0000
(18:14 -0400)
src/hb-open-type-private.hh
patch
|
blob
|
history
diff --git
a/src/hb-open-type-private.hh
b/src/hb-open-type-private.hh
index
bbd88a7
..
df8b088
100644
(file)
--- a/
src/hb-open-type-private.hh
+++ b/
src/hb-open-type-private.hh
@@
-86,12
+86,9
@@
inline Type& StructAfter(TObject &X)
/*
- *
Class feature
s
+ *
Null object
s
*/
-
-/* 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>