diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2018-10-14 16:26:03 -0700 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2018-10-14 16:26:03 -0700 |
commit | e1add2a275a8afa5efc22aa44a4e62646f0b0ba4 (patch) | |
tree | a25c2f05c7a689661f2532074a188a1753af7fd0 | |
parent | 62376a7d983442408059b0b8987e7ca8d1de154e (diff) |
[hmtx] Whitespace
-rw-r--r-- | src/hb-ot-hmtx-table.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hb-ot-hmtx-table.hh b/src/hb-ot-hmtx-table.hh index 363395ab..c4c15f5d 100644 --- a/src/hb-ot-hmtx-table.hh +++ b/src/hb-ot-hmtx-table.hh @@ -249,7 +249,7 @@ struct hmtxvmtx hb_blob_destroy (var_blob); } - inline unsigned int get_advance (hb_codepoint_t glyph) const + inline unsigned int get_advance (hb_codepoint_t glyph) const { if (unlikely (glyph >= num_metrics)) { |