From c666d3bf01f3c95adc3223a8d2504a1e68a5498a Mon Sep 17 00:00:00 2001 From: "Max Base (Seyyed Ali Mohammadiyeh)" Date: Wed, 26 Mar 2025 17:17:48 +0330 Subject: [PATCH] Fix and add a space after single line comments --- src/hb-ot-layout-common.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-ot-layout-common.hh b/src/hb-ot-layout-common.hh index a77990f43..118a33a7d 100644 --- a/src/hb-ot-layout-common.hh +++ b/src/hb-ot-layout-common.hh @@ -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);