Fix text alignment
diff --git a/board/cpc45/cpc45.c b/board/cpc45/cpc45.c
index f44a59d..ad69245 100644
--- a/board/cpc45/cpc45.c
+++ b/board/cpc45/cpc45.c
@@ -49,7 +49,7 @@
 	ulong busfreq  = get_bus_freq(0);
 	char  buf[32];
 
-	printf("CPC45 ");
+	puts ("CPC45  ");
 /*
 	printf("Revision %d ", revision);
 */