This commit is contained in:
Ebrahim Byagowi 2020-07-22 17:30:48 +04:30
parent 5c46683ab8
commit 46ec6db965
3 changed files with 4 additions and 6 deletions

View File

@ -229,9 +229,7 @@ struct KerxSubTableFormat1
bool is_actionable (StateTableDriver<Types, EntryData> *driver HB_UNUSED,
const Entry<EntryData> &entry)
{
return Format1EntryT::performAction (entry);
}
{ return Format1EntryT::performAction (entry); }
void transition (StateTableDriver<Types, EntryData> *driver,
const Entry<EntryData> &entry)
{