[serialize] Minor

This commit is contained in:
Behdad Esfahbod 2019-04-01 21:32:29 -07:00
parent 64d0f08938
commit 7c0e2054e0

View File

@ -224,7 +224,7 @@ struct hb_serialize_context_t
{ {
static_assert (sizeof (T) == 2 || sizeof (T) == 4, ""); static_assert (sizeof (T) == 2 || sizeof (T) == 4, "");
if (unlikely (!objidx)) if (!objidx)
return; return;
assert (current.length); assert (current.length);