Coding style cleanup

Signed-off-by: Stefan Roese <sr@denx.de>
diff --git a/include/configs/hcu4.h b/include/configs/hcu4.h
index 8779db9..9e45e90 100644
--- a/include/configs/hcu4.h
+++ b/include/configs/hcu4.h
@@ -312,8 +312,6 @@
 #define CONFIG_PORT_ADDR	0xF0000500
 
 
-
-
 /*-----------------------------------------------------------------------
  * Cache Configuration
  *----------------------------------------------------------------------*/
@@ -333,7 +331,7 @@
 
 #define CFG_HUSH_PARSER                 /* use "hush" command parser    */
 #ifdef  CFG_HUSH_PARSER
-        #define CFG_PROMPT_HUSH_PS2     "> "
+#define CFG_PROMPT_HUSH_PS2	"> "
 #endif
 
 #if (CONFIG_COMMANDS & CFG_CMD_KGDB)