commit | 12b315603a1eb95b4e4ea3389ba44bd7ded0aa35 | [log] [tgz] |
---|---|---|
author | H. Peter Anvin <hpa@zytor.com> | Mon Mar 12 12:16:30 2007 -0700 |
committer | Sam Ravnborg <sam@ravnborg.org> | Wed May 02 20:58:08 2007 +0200 |
tree | fd2b88b8b947124e9fe47f480b4dff5f8eb65fbb | |
parent | dc24f0e708c8a6a27b5b967a2599c04973054398 [diff] |
cleanfile: a script to clean up stealth whitespace This script cleans up various classes of stealth whitespace. In particular, it cleans up: - Whitespace (spaces or tabs)before newline; - DOS line endings (CR before LF); - Space before tab (spaces are deleted or converted to tabs); - Empty lines at end of file. Signed-off-by: H. Peter Anvin <hpa@zytor.com> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>