From: H. Peter Anvin Date: Mon, 12 Mar 2007 19:16:30 +0000 (-0700) Subject: cleanfile: a script to clean up stealth whitespace X-Git-Tag: v2.6.22-rc1~1007^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12b315603a1eb95b4e4ea3389ba44bd7ded0aa35;p=pandora-kernel.git 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 Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed