Big white-space cleanup.

This commit gets rid of a huge amount of silly white-space issues.
Especially, all sequences of SPACEs followed by TAB characters get
removed (unless they appear in print statements).

Also remove all embedded "vim:" and "vi:" statements which hide
indentation problems.

Signed-off-by: Wolfgang Denk <wd@denx.de>
diff --git a/board/sc3/sc3.h b/board/sc3/sc3.h
index cf920f9..060aece 100644
--- a/board/sc3/sc3.h
+++ b/board/sc3/sc3.h
@@ -85,7 +85,7 @@
 
 /* control and status registers isp1161 */
 #define HcRevision		0x00
-#define HcControl 		0x01
+#define HcControl		0x01
 #define HcCommandStatus		0x02
 #define HcInterruptStatus	0x03
 #define HcInterruptEnable	0x04