From 76a4fb6d6a1948b0ff08ce7b77834e9eae7ab917 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Fri, 7 May 2021 23:46:33 +0200 Subject: [PATCH] improve tmpl linting --- src/lint.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lint.c b/src/lint.c index c03c6aa..b7b403b 100644 --- a/src/lint.c +++ b/src/lint.c @@ -232,6 +232,7 @@ ANN static void lint_type_list(Lint *a, Type_List b) { lint_init_tmpl(a); lint_space(a); _lint_type_list(a, b); + lint_space(a); lint_rbrack(a); }