mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-12 16:23:01 +00:00
Whitespace
This commit is contained in:
parent
6091abcc9b
commit
7bdc6c9a5a
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue