Whitespace

This commit is contained in:
Behdad Esfahbod 2018-10-09 14:38:23 -04:00
parent 30c114ffec
commit 8008bca83b
2 changed files with 29 additions and 25 deletions

View File

@ -320,6 +320,7 @@ _hb_ot_shape_normalize (const hb_ot_shape_plan_t *plan,
/* First round, decompose */
bool all_simple = true;
{
buffer->clear_output ();
count = buffer->len;
buffer->idx = 0;
@ -352,8 +353,11 @@ _hb_ot_shape_normalize (const hb_ot_shape_plan_t *plan,
}
while (buffer->idx < count && buffer->successful);
buffer->swap_buffers ();
}
/* Second round, reorder (inplace) */
if (!all_simple)
{
count = buffer->len;