Minor update

This commit is contained in:
Miroslav Stampar 2012-12-10 17:37:43 +01:00
parent 6433be8b3d
commit d013644c65

View File

@ -4,4 +4,4 @@
# See the file 'doc/COPYING' for copying permission
# Removes trailing spaces from blank lines inside project files
find ../../. -type f -iname '*.py' -exec sed -i 's/^[ \t]*$//' {} \;
find . -type f -iname '*.py' -exec sed -i 's/^[ \t]*$//' {} \;