use same spacing for "NAND:" puts
diff --git a/lib_ppc/board.c b/lib_ppc/board.c
index 92ebbd9..cc9b479 100644
--- a/lib_ppc/board.c
+++ b/lib_ppc/board.c
@@ -966,7 +966,7 @@
 
 #if (CONFIG_COMMANDS & CFG_CMD_NAND)
 	WATCHDOG_RESET ();
-	puts ("NAND:");
+	puts ("NAND:  ");
 	nand_init();		/* go init the NAND */
 #endif