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 */
|
/* First round, decompose */
|
||||||
|
|
||||||
bool all_simple = true;
|
bool all_simple = true;
|
||||||
|
{
|
||||||
buffer->clear_output ();
|
buffer->clear_output ();
|
||||||
count = buffer->len;
|
count = buffer->len;
|
||||||
buffer->idx = 0;
|
buffer->idx = 0;
|
||||||
|
@ -352,8 +353,11 @@ _hb_ot_shape_normalize (const hb_ot_shape_plan_t *plan,
|
||||||
}
|
}
|
||||||
while (buffer->idx < count && buffer->successful);
|
while (buffer->idx < count && buffer->successful);
|
||||||
buffer->swap_buffers ();
|
buffer->swap_buffers ();
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Second round, reorder (inplace) */
|
/* Second round, reorder (inplace) */
|
||||||
|
|
||||||
if (!all_simple)
|
if (!all_simple)
|
||||||
{
|
{
|
||||||
count = buffer->len;
|
count = buffer->len;
|
||||||
|
|
Loading…
Reference in New Issue