[COLR] Add TODO

This commit is contained in:
Behdad Esfahbod 2022-12-11 13:12:19 -07:00
parent a306820681
commit d36a0f8c42
1 changed files with 1 additions and 0 deletions

View File

@ -1048,6 +1048,7 @@ struct ClipList
bool sanitize (hb_sanitize_context_t *c) const
{
TRACE_SANITIZE (this);
// TODO Make a formatted struct!
return_trace (c->check_struct (this) && clips.sanitize (c, this));
}