From 05da424fd5e29ea2984d922a6016e23cc44694c5 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Thu, 11 Dec 2025 21:10:10 -0600 Subject: [PATCH] Cleanup: Add missing space to endif comment. --- level_0/f_fss/c/fss/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/level_0/f_fss/c/fss/common.h b/level_0/f_fss/c/fss/common.h index aa923a0..000805d 100644 --- a/level_0/f_fss/c/fss/common.h +++ b/level_0/f_fss/c/fss/common.h @@ -123,7 +123,7 @@ extern "C" { #define F_fss_placeholder_s_length F_string_placeholder_s_length #define f_fss_placeholder_s f_string_placeholder_s -#endif //_di_f_fss_placeholder_s_ +#endif // _di_f_fss_placeholder_s_ /** * Provide strings used by FSS. -- 1.8.3.1