Whitespace
This commit is contained in:
parent
30c114ffec
commit
8008bca83b
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue