mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
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:
@@ -2065,3 +2065,4 @@ yyreturnlab:
|
||||
#line <%= output.aux.epilogue_first_lineno - 1 %> "<%= output.grammar_file_path %>"
|
||||
<%= output.aux.epilogue -%>
|
||||
<%- end -%>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user