Whitespace

This commit is contained in:
Behdad Esfahbod 2025-02-06 02:47:13 +00:00
parent 6091abcc9b
commit 7bdc6c9a5a

View file

@ -236,7 +236,9 @@ struct KerxSubTableFormat1
return Format1EntryT::initiateAction (entry);
}
bool is_actionable (const Entry<EntryData> &entry) const
{ return Format1EntryT::performAction (entry); }
{
return Format1EntryT::performAction (entry);
}
struct driver_context_t
{