Cleanup WS, courtesy of @Arfrever

find * -type f "-(" -name "*.bdf" -o -name "*.c" -o -name "*.h" -o -name "*.py" -o -name "*.rst" -o -name "*.txt" "-)" -exec sed -e "s/[[:space:]]*$//" -i {} \;
This commit is contained in:
Alex Clark 2013-06-30 18:42:19 -04:00
parent d92e2737f7
commit bb1b3a532c
89 changed files with 450 additions and 450 deletions