[buffer] Whitespace
This commit is contained in:
parent
280355b31f
commit
d35c73cd37
|
@ -295,7 +295,6 @@ hb_buffer_t::clear ()
|
||||||
idx = 0;
|
idx = 0;
|
||||||
len = 0;
|
len = 0;
|
||||||
out_len = 0;
|
out_len = 0;
|
||||||
|
|
||||||
out_info = info;
|
out_info = info;
|
||||||
|
|
||||||
memset (context, 0, sizeof context);
|
memset (context, 0, sizeof context);
|
||||||
|
@ -404,8 +403,8 @@ hb_buffer_t::sync ()
|
||||||
|
|
||||||
reset:
|
reset:
|
||||||
have_output = false;
|
have_output = false;
|
||||||
out_info = info;
|
|
||||||
out_len = 0;
|
out_len = 0;
|
||||||
|
out_info = info;
|
||||||
idx = 0;
|
idx = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue