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/pxa255_idp/lowlevel_init.S b/board/pxa255_idp/lowlevel_init.S
index aaa4d8e..80b5182 100644
--- a/board/pxa255_idp/lowlevel_init.S
+++ b/board/pxa255_idp/lowlevel_init.S
@@ -39,7 +39,7 @@
 	.endm
 
 /*
- * 	Memory setup
+ *	Memory setup
  */
 .globl lowlevel_init
 lowlevel_init:
@@ -118,7 +118,7 @@
 
 #ifdef DEBUG_BLINK_ENABLE
 	/* 4th debug blink */
-	bl 	blink
+	bl	blink
 #endif
 
 	/* ---------------------------------------------------------------- */
@@ -211,7 +211,7 @@
 
 #ifdef DEBUG_BLINK_ENABLE
 	/* 5th blink */
-	bl 	blink
+	bl	blink
 #endif
 
 	/* ---------------------------------------------------------------- */
@@ -326,14 +326,14 @@
 #if 0
 	/* FIXME turn on serial ports */
 	/* look into moving this to board_init() */
-	ldr 	r2, =(PXA_CS5_PHYS + 0x03C0002c)
+	ldr	r2, =(PXA_CS5_PHYS + 0x03C0002c)
 	mov	r3, #0x13
 	str	r3, [r2]
 #endif
 
 #ifdef DEBUG_BLINK_ENABLE
 	/* 6th blink */
-	bl 	blink
+	bl	blink
 #endif
 
 	/* ---------------------------------------------------------------- */
@@ -423,7 +423,7 @@
 
 #ifdef DEBUG_BLINK_ENABLE
 	/* 7th blink */
-	bl 	blink
+	bl	blink
 #endif
 
 endlowlevel_init: