[subset] minor

This commit is contained in:
Ebrahim Byagowi 2019-08-31 12:27:14 +04:30 committed by GitHub
parent 545fe9d9f0
commit 28c8dcb53f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ _subset_table (hb_subset_plan_t *plan,
static bool
_should_drop_table (hb_subset_plan_t *plan, hb_tag_t tag)
{
if (!tag)
if (unlikely (!tag))
/* Drop tables with no tag as that means table header in
_hb_face_builder_reference_table */
return true;