1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-07 17:36:07 +00:00

Remove trailing spaces

(cherry picked from commit 0a5472e697)
This commit is contained in:
Rémi Verschelde
2016-04-02 20:26:12 +02:00
committed by Rémi Verschelde
parent 69e67d51c7
commit bac8248316
42 changed files with 815 additions and 817 deletions

View File

@@ -54,7 +54,7 @@ def make_class_list(class_list, columns):
row_max = 0
f.write("\n")
for n in range(0, columns):
if len(fit_columns[n]) > row_max:
row_max = len(fit_columns[n])
@@ -63,7 +63,7 @@ def make_class_list(class_list, columns):
for n in range(0, columns):
f.write(" | |")
f.write("\n")
f.write("\n")
f.write("| ")
for n in range(0, columns):
f.write(" --- | ------- |")