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/icu862/pcmcia.c b/board/icu862/pcmcia.c
index 11de183..20922d8 100644
--- a/board/icu862/pcmcia.c
+++ b/board/icu862/pcmcia.c
@@ -223,10 +223,10 @@
 	reg  = cp->cp_pbdat;
 
 	switch(vcc) {
-		case  0: 			break;	/* Switch off		*/
+		case  0:			break;	/* Switch off		*/
 		case 33: reg &= ~TPS2205_VCC3;	break;	/* Switch on 3.3V	*/
 		case 50: reg &= ~TPS2205_VCC5;	break;	/* Switch on 5.0V	*/
-		default: 			goto done;
+		default:			goto done;
 	}
 
 	/* Checking supported voltages */