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/lib_m68k/Makefile b/lib_m68k/Makefile
index f6924cd..6db35ed 100644
--- a/lib_m68k/Makefile
+++ b/lib_m68k/Makefile
@@ -34,7 +34,7 @@
 COBJS-y	+= time.o
 COBJS-y	+= traps.o
 
-SRCS 	:= $(SOBJS-y:.o=.S) $(COBJS-y:.o=.c)
+SRCS	:= $(SOBJS-y:.o=.S) $(COBJS-y:.o=.c)
 OBJS	:= $(addprefix $(obj),$(SOBJS-y) $(COBJS-y))
 
 $(LIB):	$(obj).depend $(OBJS)
diff --git a/lib_m68k/board.c b/lib_m68k/board.c
index 6654f97..ae942e5 100644
--- a/lib_m68k/board.c
+++ b/lib_m68k/board.c
@@ -354,7 +354,7 @@
 	debug ("Reserving %d Bytes for Global Data at: %08lx\n",
 			sizeof (gd_t), addr_sp);
 
- 	/* Reserve memory for boot params. */
+	/* Reserve memory for boot params. */
 	addr_sp -= CFG_BOOTPARAMS_LEN;
 	bd->bi_boot_params = addr_sp;
 	debug ("Reserving %dk for boot parameters at: %08lx\n",