Remove white spaces...

for f in `ls *.py`; do sed -i -e 's/\s\+$//' $f; done
This commit is contained in:
Benjamin Hesmans 2015-02-26 17:43:45 +01:00
parent 8b5134bfd1
commit ff8d8c5537
14 changed files with 52 additions and 52 deletions