Whitespace
This commit is contained in:
parent
8cdbea5580
commit
f0de40dd61
|
@ -328,7 +328,8 @@ hb_ot_shape_collect_features (hb_ot_shape_planner_t *planner,
|
|||
map->enable_feature (HB_TAG('r','v','r','n'));
|
||||
map->add_gsub_pause (nullptr);
|
||||
|
||||
switch (planner->props.direction) {
|
||||
switch (planner->props.direction)
|
||||
{
|
||||
case HB_DIRECTION_LTR:
|
||||
map->enable_feature (HB_TAG ('l','t','r','a'));
|
||||
map->enable_feature (HB_TAG ('l','t','r','m'));
|
||||
|
|
Loading…
Reference in New Issue