commit | 37550cf5a86c7ca7424a2a318dd64e550f13f5df | [log] [tgz] |
---|---|---|
author | Chris Dearman <[email protected]> | Wed Oct 17 19:54:01 2012 -0700 |
committer | Chris Dearman <[email protected]> | Thu Oct 18 11:48:33 2012 -0700 |
tree | 9e4446fbd9942dc8ba6e981f3106c17c08ba125c | |
parent | ec6edca7aa42b6affd989ef91b5897f96795e40f [diff] |
Remove whitespace at end of line This is a scripted change done using the following command: find . -type d -name .git -prune -o \ -type f \! -name \*\~ \! -name .\#\* \ \! -name \*.gz \! -name \*.pdf \! -name \*.patch -print0 | \ xargs -0 sed -i -e 's/[\t ]*$//' Signed-off-by: Chris Dearman <[email protected]>