Fix and add a space after single line comments

This commit is contained in:
Max Base (Seyyed Ali Mohammadiyeh) 2025-03-26 17:17:48 +03:30
parent ba5208d5ff
commit c666d3bf01

View file

@ -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);