mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-14 17:13:40 +00:00
[hb-info] Format
This commit is contained in:
parent
b9a2917c2e
commit
b8dacd46f5
1 changed files with 1 additions and 1 deletions
|
@ -356,7 +356,7 @@ struct info_t
|
|||
|
||||
hb_blob_t *blob = hb_face_reference_table (face, tag);
|
||||
|
||||
printf ("%c%c%c%c: %8u bytes\n", HB_UNTAG (tag), hb_blob_get_length (blob));
|
||||
printf ("%c%c%c%c %8u bytes\n", HB_UNTAG (tag), hb_blob_get_length (blob));
|
||||
|
||||
hb_blob_destroy (blob);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue