Skip to content

Commit b4bd405

Browse files
committed
endmodulemodule bug fix
1 parent b233413 commit b4bd405

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/insert-includes.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,9 @@ def process_helper(in_fname, out_f, inc_dirs, replaced_includes):
8787
# search for include and replace
8888
inc_file_name = find_include(match.group(1), inc_dirs)
8989
replaced_includes.add(match.group(1))
90+
out_f.write("\n")
9091
process_helper(inc_file_name, out_f, inc_dirs, replaced_includes)
92+
out_f.write("\n")
9193

9294

9395
def process(in_fname, out_fname, inc_dirs=None):

0 commit comments

Comments
 (0)