minor spacing
This commit is contained in:
parent
09b9d63e56
commit
9fc774ab00
|
@ -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);
|
||||
|
|
|
@ -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 ());
|
||||
|
|
Loading…
Reference in New Issue