Whitespace

This commit is contained in:
Behdad Esfahbod 2021-08-23 23:52:17 -06:00
parent 8cdbea5580
commit f0de40dd61
1 changed files with 5 additions and 4 deletions

View File

@ -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'));