trailing whitespaces removed

like:
find . -iname "*.txt" -o -iname "*.c" -o -iname "*.h" | xargs sed -i 's/\s\+$//'

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
marco candrian 2008-02-13 06:53:08 +01:00 committed by Julien Danjou
parent 070ec6dbcd
commit 4ff0dae17e
16 changed files with 32 additions and 32 deletions