c++ minor formatting.
This commit is contained in:
parent
4d6a1c5cfc
commit
a054ee0a31
1 changed files with 3 additions and 3 deletions
|
@ -537,9 +537,9 @@ bool map_parser::parse_font(font_set & fset, xml_node const& f)
|
|||
else
|
||||
{
|
||||
found = freetype_engine::instance().can_open(face_name,
|
||||
font_library_,
|
||||
font_file_mapping_,
|
||||
freetype_engine::instance().get_mapping());
|
||||
font_library_,
|
||||
font_file_mapping_,
|
||||
freetype_engine::instance().get_mapping());
|
||||
font_name_cache_.emplace(face_name,found);
|
||||
}
|
||||
if (found)
|
||||
|
|
Loading…
Reference in a new issue