From 161e61fc3beae6173253f7ec13b504dc70052cc1 Mon Sep 17 00:00:00 2001 From: Michiharu Ariza Date: Fri, 1 Mar 2019 21:49:04 -0800 Subject: [PATCH] minor edits --- src/hb-ot-layout-common.hh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/hb-ot-layout-common.hh b/src/hb-ot-layout-common.hh index 4bf6c0be5..2dbf1211d 100644 --- a/src/hb-ot-layout-common.hh +++ b/src/hb-ot-layout-common.hh @@ -1587,6 +1587,7 @@ static inline void ClassDef_serialize (hb_serialize_context_t *c, hb_array_t klasses) { c->start_embed ()->serialize (c, glyphs, klasses); } + /* * Item Variation Store */ @@ -2241,6 +2242,7 @@ struct Device DEFINE_SIZE_UNION (6, b); }; + } /* namespace OT */