Trim trailing whitespace *.py files

This commit is contained in:
Metallicow
2018-01-16 08:47:07 -06:00
parent 5f1ee01014
commit c76384d458
26 changed files with 94 additions and 94 deletions

View File

@@ -171,7 +171,7 @@ def replaceCppItems(line):
"""
items = RE_KEEP_SPACES.split(line)
# This should get rid of substitutions like "float buffered"...
no_conversion = ['click', 'buffer', 'precision']
newstr = []