Removed trailing whitespace

This commit is contained in:
Jonas Bonér 2010-05-21 20:08:49 +02:00
parent 7894d15298
commit ef452881f0
134 changed files with 939 additions and 940 deletions

View file

@ -1,3 +1,2 @@
#!/bin/sh
echo "removing all trailing whitespace from all *.scala, *.html and *.xml files"
find . -type f -name '*.scala' -exec sed -i 's/[ \t]*$//' {} \;
sed -i '' 's/[[:space:]]*$//g' **/*.*