Index: third_party/harfbuzz-ng/src/hb-ot-var-hvar-table.hh |
diff --git a/third_party/harfbuzz-ng/src/hb-ot-var-hvar-table.hh b/third_party/harfbuzz-ng/src/hb-ot-var-hvar-table.hh |
index 3a2a820376fbc33c349dd93090da67315c910f78..f9d801e3b8fa2a9089b1cd77bad3b7b08f04aa63 100644 |
--- a/third_party/harfbuzz-ng/src/hb-ot-var-hvar-table.hh |
+++ b/third_party/harfbuzz-ng/src/hb-ot-var-hvar-table.hh |
@@ -78,10 +78,10 @@ struct DeltaSetIndexMap |
{ return (format & 0xF) + 1; } |
protected: |
- USHORT format; /* A packed field that describes the compressed |
+ USHORT format; /* A packed field that describes the compressed |
* representation of delta-set indices. */ |
- USHORT mapCount; /* The number of mapping entries. */ |
- BYTE mapData[VAR]; /* The delta-set index mapping data. */ |
+ USHORT mapCount; /* The number of mapping entries. */ |
+ BYTE mapData[VAR]; /* The delta-set index mapping data. */ |
public: |
DEFINE_SIZE_ARRAY (4, mapData); |