We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 029aade commit d3d4b2eCopy full SHA for d3d4b2e
misc/scripts/copyright_headers.py
@@ -73,7 +73,7 @@
73
line = fileread.readline()
74
header_done = False
75
76
- while line.strip() == "": # Skip empty lines at the top
+ while line.strip() == "" and line != "": # Skip empty lines at the top
77
78
79
if line.find("/**********") == -1: # Godot header starts this way
0 commit comments