minor spacing

This commit is contained in:
Ebrahim Byagowi 2020-04-30 23:14:54 +04:30
parent 09b9d63e56
commit 9fc774ab00
2 changed files with 8 additions and 8 deletions

View File

@ -526,7 +526,7 @@ _hb_mapped_file_destroy (void *file_)
#ifdef _PATH_RSRCFORKSPEC
static int
_open_resource_fork(const char *file_name, hb_mapped_file_t *file)
_open_resource_fork (const char *file_name, hb_mapped_file_t *file)
{
size_t name_len = strlen (file_name);
size_t len = name_len + sizeof (_PATH_RSRCFORKSPEC);

View File

@ -580,8 +580,8 @@ struct IndexSubtableArray
}
}
// Workaround to ensure offset ordering is from least to greatest when
// resolving links.
/* Workaround to ensure offset ordering is from least to greatest when
* resolving links. */
hb_vector_t<hb_serialize_context_t::objidx_t> objidxs;
for (unsigned int i = 0; i < records.length; i++)
objidxs.push (c->serializer->pop_pack ());