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 <noreply@anthropic.com>
This commit is contained in:
Yukihiro "Matz" Matsumoto
2025-10-03 19:42:41 +09:00
parent 5bc3cd0abd
commit 29e5be08e1
+1
View File
@@ -2065,3 +2065,4 @@ yyreturnlab:
#line <%= output.aux.epilogue_first_lineno - 1 %> "<%= output.grammar_file_path %>"
<%= output.aux.epilogue -%>
<%- end -%>