Add more cast spaces

This commit is contained in:
Simon Cozens 2020-09-18 16:28:29 +01:00
parent 4bb6d54e3b
commit 2e0193d741
1 changed files with 2 additions and 2 deletions

View File

@ -902,7 +902,7 @@ hb_ot_substitute_post (const hb_ot_shape_context_t *c)
if (c->plan->shaper->postprocess_glyphs &&
c->buffer->message(c->font, "start postprocess-glyphs")) {
c->plan->shaper->postprocess_glyphs (c->plan, c->buffer, c->font);
(void)c->buffer->message(c->font, "end postprocess-glyphs");
(void) c->buffer->message(c->font, "end postprocess-glyphs");
}
}
@ -1129,7 +1129,7 @@ hb_ot_shape_internal (hb_ot_shape_context_t *c)
if (c->plan->shaper->preprocess_text &&
c->buffer->message(c->font, "start preprocess-text")) {
c->plan->shaper->preprocess_text (c->plan, c->buffer, c->font);
(void)c->buffer->message(c->font, "end preprocess-text");
(void) c->buffer->message(c->font, "end preprocess-text");
}
hb_ot_substitute_pre (c);