Remove EOL whitespace globally

This commit is contained in:
mrg
2020-11-03 06:29:17 -08:00
parent aec5865d71
commit da721a677d
295 changed files with 2808 additions and 2811 deletions
+2 -2
View File
@@ -27,7 +27,7 @@ class code_format_test(openram_test):
if re.search("gdsMill", code):
continue
errors += check_file_format_tab(code)
errors += check_file_format_carriage(code)
errors += check_file_format_carriage(code)
for code in source_codes:
if re.search("gdsMill", code):
@@ -79,7 +79,7 @@ def check_file_format_tab(file_name):
def check_file_format_carriage(file_name):
"""
Check if file contains carriage returns at the end of lines
Check if file contains carriage returns at the end of lines
and return the number of carriage return lines.
"""