projects
/
platform
/
upstream
/
libHarfBuzzSharp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb2a206
)
Whitespace
author
Behdad Esfahbod
<behdad@behdad.org>
Sat, 24 Nov 2018 05:45:55 +0000
(
00:45
-0500)
committer
Behdad Esfahbod
<behdad@behdad.org>
Sat, 24 Nov 2018 05:46:07 +0000
(
00:46
-0500)
src/hb-ot-layout-common.hh
patch
|
blob
|
history
diff --git
a/src/hb-ot-layout-common.hh
b/src/hb-ot-layout-common.hh
index
46c2f18
..
1d0ec08
100644
(file)
--- a/
src/hb-ot-layout-common.hh
+++ b/
src/hb-ot-layout-common.hh
@@
-1265,10
+1265,10
@@
struct ClassDefFormat1
}
protected:
- HBUINT16 classFormat;
/* Format identifier--format = 1 */
- GlyphID startGlyph;
/* First GlyphID of the classValueArray */
+ HBUINT16 classFormat; /* Format identifier--format = 1 */
+ GlyphID startGlyph; /* First GlyphID of the classValueArray */
ArrayOf<HBUINT16>
- classValue;
/* Array of Class Values--one per GlyphID */
+ classValue; /* Array of Class Values--one per GlyphID */
public:
DEFINE_SIZE_ARRAY (6, classValue);
};