From 82c863a50b9de8df7094b7267b50b4e191c03de8 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 6 Jan 2023 12:51:58 -0700 Subject: [PATCH] Whitespace --- src/hb-ot-os2-table.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-ot-os2-table.hh b/src/hb-ot-os2-table.hh index 5b017d56a..981fccb47 100644 --- a/src/hb-ot-os2-table.hh +++ b/src/hb-ot-os2-table.hh @@ -237,7 +237,7 @@ struct OS2 return_trace (true); /* when --gids option is not used, no need to do collect_mapping that is - * iterating all codepoints in each subtable, which is not efficient */ + * iterating all codepoints in each subtable, which is not efficient */ uint16_t min_cp, max_cp; find_min_and_max_codepoint (c->plan->unicodes, &min_cp, &max_cp); os2_prime->usFirstCharIndex = min_cp;