You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-24 15:26:15 +00:00
style: Fix PEP8 blank lines issues in Python files
Done with `autopep8 --select=E3,W3`, fixes: - E301 - Add missing blank line. - E302 - Add missing 2 blank lines. - E303 - Remove extra blank lines. - E304 - Remove blank line following function decorator. - E309 - Add missing blank line. - W391 - Remove trailing blank lines.
This commit is contained in:
@@ -54,7 +54,6 @@ for x in shaders:
|
||||
|
||||
sf = open(x, "rb");
|
||||
|
||||
|
||||
b = sf.readline();
|
||||
while(b != ""):
|
||||
if (b.endswith("\r\n")):
|
||||
|
||||
Reference in New Issue
Block a user