summaryrefslogtreecommitdiff
path: root/src/hb-uniscribe.cc
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2018-08-12 17:32:10 -0700
committerBehdad Esfahbod <behdad@behdad.org>2018-08-12 17:32:10 -0700
commit747d2564e6bdcc15cf6a197e543fb732924159c5 (patch)
tree9be322c0fa42c1c5b88bb1b5ada5a03804ae9d8c /src/hb-uniscribe.cc
parent7bd508a0c4ce426f474bfcc729cb39207dd1f7b4 (diff)
[lazy] Port more
Diffstat (limited to 'src/hb-uniscribe.cc')
-rw-r--r--src/hb-uniscribe.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/hb-uniscribe.cc b/src/hb-uniscribe.cc
index 22beb909..5810977d 100644
--- a/src/hb-uniscribe.cc
+++ b/src/hb-uniscribe.cc
@@ -190,7 +190,8 @@ hb_ScriptPlaceOpenType(
}
-struct hb_uniscribe_shaper_funcs_t {
+struct hb_uniscribe_shaper_funcs_t
+{
SIOT ScriptItemizeOpenType;
SSOT ScriptShapeOpenType;
SPOT ScriptPlaceOpenType;