summaryrefslogtreecommitdiff
path: root/util/hb-subset.cc
diff options
context:
space:
mode:
Diffstat (limited to 'util/hb-subset.cc')
-rw-r--r--util/hb-subset.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/hb-subset.cc b/util/hb-subset.cc
index 3f0963c3..c44f0af9 100644
--- a/util/hb-subset.cc
+++ b/util/hb-subset.cc
@@ -93,7 +93,7 @@ struct subset_consumer_t
hb_face_t *face = hb_font_get_face (font);
- hb_face_t *new_face = hb_subset(face, input);
+ hb_face_t *new_face = hb_subset (face, input);
hb_blob_t *result = hb_face_reference_blob (new_face);
failed = !hb_blob_get_length (result);