Coding Style cleanup

Fix trailing white space, indentation by spaces instead of TABs,
excessive blank lines, trailing blank lines.

Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
Wolfgang Denk
2011-12-19 12:03:40 +01:00
parent 10879aa21c
commit 6b62b9a31d
9 changed files with 34 additions and 46 deletions

View File

@@ -251,5 +251,3 @@ int ehci_hcd_stop(void)
{
return 0;
}