mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-25 21:27:30 +01:00
Fix adding newline in the copyright headers script.
This commit is contained in:
parent
337c99e52f
commit
b3bb02b250
@ -79,6 +79,8 @@ while line == "" or line.startswith("#ifndef") or line.startswith("#define"): #
|
|||||||
line = fileread.readline()
|
line = fileread.readline()
|
||||||
line = line.strip()
|
line = line.strip()
|
||||||
|
|
||||||
|
line += "\n"
|
||||||
|
|
||||||
if orig_lines != "":
|
if orig_lines != "":
|
||||||
text = orig_lines + "\n" + text
|
text = orig_lines + "\n" + text
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user