Turn 8 spaces to tab across the project

According to the current code style of the project
This commit is contained in:
Ebrahim Byagowi 2019-08-24 17:57:14 +04:30
parent 269a120f13
commit a0b4ac4dce
78 changed files with 655 additions and 661 deletions

View File

@ -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 (_);
})
; ;
}) })
; ;