[indic] Use a hb_swap()

This commit is contained in:
Behdad Esfahbod 2023-02-07 14:16:24 -07:00
parent 0b92c57984
commit 3fd9311649
1 changed files with 1 additions and 3 deletions

View File

@ -482,9 +482,7 @@ initial_reordering_consonant_syllable (const hb_ot_shape_plan_t *plan,
is_one_of (info[start+2], FLAG (I_Cat(ZWJ)))) is_one_of (info[start+2], FLAG (I_Cat(ZWJ))))
{ {
buffer->merge_clusters (start+1, start+3); buffer->merge_clusters (start+1, start+3);
hb_glyph_info_t tmp = info[start+1]; hb_swap (info[start+1], info[start+2]);
info[start+1] = info[start+2];
info[start+2] = tmp;
} }
/* 1. Find base consonant: /* 1. Find base consonant: