mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-05 05:25:05 +00:00
Fix and add a space after single line comments
This commit is contained in:
parent
ba5208d5ff
commit
c666d3bf01
1 changed files with 1 additions and 1 deletions
|
@ -1151,7 +1151,7 @@ struct Script
|
|||
|
||||
if (has_default_lang_sys ())
|
||||
{
|
||||
//only collect features from non-redundant langsys
|
||||
// only collect features from non-redundant langsys
|
||||
const LangSys& d = get_default_lang_sys ();
|
||||
if (c->visitLangsys (d.get_feature_count ())) {
|
||||
d.collect_features (c);
|
||||
|
|
Loading…
Add table
Reference in a new issue