From 7bdc6c9a5a8a8f1cdbf7124a043ef2d081fb055f Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 6 Feb 2025 02:47:13 +0000 Subject: [PATCH] Whitespace --- src/hb-aat-layout-kerx-table.hh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/hb-aat-layout-kerx-table.hh b/src/hb-aat-layout-kerx-table.hh index ebdbec0ca..4b980ca89 100644 --- a/src/hb-aat-layout-kerx-table.hh +++ b/src/hb-aat-layout-kerx-table.hh @@ -236,7 +236,9 @@ struct KerxSubTableFormat1 return Format1EntryT::initiateAction (entry); } bool is_actionable (const Entry &entry) const - { return Format1EntryT::performAction (entry); } + { + return Format1EntryT::performAction (entry); + } struct driver_context_t {