Fix some whitespace issues

introduced by 53677ef18 "Big white-space cleanup."

Signed-off-by: Wolfgang Denk <wd@denx.de>
diff --git a/board/purple/purple.c b/board/purple/purple.c
index 4401aa2..89cb906 100644
--- a/board/purple/purple.c
+++ b/board/purple/purple.c
@@ -35,8 +35,8 @@
 
 #define cache_unroll(base,op)		\
 	__asm__ __volatile__("		\
-		.set noreorder;	        \
-		.set mips3;	        \
+		.set noreorder;		\
+		.set mips3;		\
 		cache %1, (%0);		\
 		.set mips0;		\
 		.set reorder"		\
@@ -47,10 +47,10 @@
 typedef void (*FUNCPTR)(ulong *source, ulong *destination, ulong nlongs);
 
 extern void	asc_serial_init		(void);
-extern void	asc_serial_putc	(char);
-extern void	asc_serial_puts	(const char *);
-extern int	asc_serial_getc	(void);
-extern int	asc_serial_tstc	(void);
+extern void	asc_serial_putc		(char);
+extern void	asc_serial_puts		(const char *);
+extern int	asc_serial_getc		(void);
+extern int	asc_serial_tstc		(void);
 extern void	asc_serial_setbrg	(void);
 
 void _machine_restart(void)
diff --git a/cpu/mips/au1x00_usb_ohci.h b/cpu/mips/au1x00_usb_ohci.h
index a606d45..631ef0a 100644
--- a/cpu/mips/au1x00_usb_ohci.h
+++ b/cpu/mips/au1x00_usb_ohci.h
@@ -87,10 +87,10 @@
 #define TD_CC_DATATOGGLEM	0x03
 #define TD_CC_STALL		0x04
 #define TD_DEVNOTRESP		0x05
-#define TD_PIDCHECKFAIL	0x06
+#define TD_PIDCHECKFAIL		0x06
 #define TD_UNEXPECTEDPID	0x07
 #define TD_DATAOVERRUN		0x08
-#define TD_DATAUNDERRUN	0x09
+#define TD_DATAUNDERRUN		0x09
 #define TD_BUFFEROVERRUN	0x0C
 #define TD_BUFFERUNDERRUN	0x0D
 #define TD_NOTACCESSED		0x0F
@@ -284,7 +284,7 @@
 
 #define RH_ACK			0x01
 #define RH_REQ_ERR		-1
-#define RH_NACK			   0x00
+#define RH_NACK			0x00
 
 
 /* OHCI ROOT HUB REGISTER MASKS */