Turn 8 spaces to tab across the project
According to the current code style of the project
This commit is contained in:
parent
269a120f13
commit
a0b4ac4dce
@ -513,10 +513,7 @@ struct SinglePosFormat1
|
|||||||
auto vals = hb_second (*it);
|
auto vals = hb_second (*it);
|
||||||
|
|
||||||
+ vals
|
+ vals
|
||||||
| hb_apply ([=] (const Value& _)
|
| hb_apply ([=] (const Value& _) { c->copy (_); })
|
||||||
{
|
|
||||||
c->copy (_);
|
|
||||||
})
|
|
||||||
;
|
;
|
||||||
|
|
||||||
auto glyphs =
|
auto glyphs =
|
||||||
@ -613,10 +610,7 @@ struct SinglePosFormat2
|
|||||||
| hb_apply ([=] (hb_array_t<const Value> val_iter)
|
| hb_apply ([=] (hb_array_t<const Value> val_iter)
|
||||||
{
|
{
|
||||||
+ val_iter
|
+ val_iter
|
||||||
| hb_apply ([=] (const Value& _)
|
| hb_apply ([=] (const Value& _) { c->copy (_); })
|
||||||
{
|
|
||||||
c->copy (_);
|
|
||||||
})
|
|
||||||
;
|
;
|
||||||
})
|
})
|
||||||
;
|
;
|
||||||
|
Loading…
Reference in New Issue
Block a user