mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 14:59:39 -04:00
script: Add empty line after C++ copyright
This commit is contained in:
parent
071f2fc204
commit
1998152f15
1 changed files with 1 additions and 0 deletions
|
@ -502,6 +502,7 @@ def insert_script_header(filename, file_lines, start_year, end_year):
|
|||
write_file_lines(filename, file_lines)
|
||||
|
||||
def insert_cpp_header(filename, file_lines, start_year, end_year):
|
||||
file_lines.insert(0, '\n')
|
||||
header_lines = get_cpp_header_lines_to_insert(start_year, end_year)
|
||||
for line in header_lines:
|
||||
file_lines.insert(0, line)
|
||||
|
|
Loading…
Add table
Reference in a new issue