From 29e5be08e1f629437b8ef45da861ad30f328a6f1 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Fri, 3 Oct 2025 19:42:41 +0900 Subject: [PATCH] tools/lrama: add missing newline at end of yacc.c template posix requires text files to end with a newline character. pre-commit hook detected the missing newline and this fixes it. Co-authored-by: Claude --- tools/lrama/template/bison/yacc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/lrama/template/bison/yacc.c b/tools/lrama/template/bison/yacc.c index 5577c5f07..6edd59a0d 100644 --- a/tools/lrama/template/bison/yacc.c +++ b/tools/lrama/template/bison/yacc.c @@ -2065,3 +2065,4 @@ yyreturnlab: #line <%= output.aux.epilogue_first_lineno - 1 %> "<%= output.grammar_file_path %>" <%= output.aux.epilogue -%> <%- end -%> +