Home
last modified time | relevance | path

Searched hist:"12 b315603a1eb95b4e4ea3389ba44bd7ded0aa35" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/scripts/
H A Dcleanfile12b315603a1eb95b4e4ea3389ba44bd7ded0aa35 Mon Mar 12 14:16:30 CDT 2007 H. Peter Anvin <hpa@zytor.com> 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>