[svn-r18197] Description:

Trim trailing whitespace from source code files with this command:

find . \( -name "*.[ch]" -or -name "*.cpp" -or -name "*.f90" \) -print |xargs -n 1 sed -i "" 's/[[:blank:]]*$//'

Tested on:
    None - eyeballed only
This commit is contained in:
Quincey Koziol
2010-01-29 23:29:13 -05:00
parent 35b0159a0a
commit fd70b2afa8
194 changed files with 12009 additions and 12009 deletions

File diff suppressed because it is too large Load Diff