From d7a04603ae9c85d496b3991f29dbb8ea339ace49 Mon Sep 17 00:00:00 2001
From: wdenk <wdenk>
Date: Tue, 1 Jun 2004 21:15:28 +0000
Subject: [PATCH] Fix text alignment

---
 board/cpc45/cpc45.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/board/cpc45/cpc45.c b/board/cpc45/cpc45.c
index f44a59dbb0..ad69245827 100644
--- a/board/cpc45/cpc45.c
+++ b/board/cpc45/cpc45.c
@@ -49,7 +49,7 @@ int checkboard(void)
 	ulong busfreq  = get_bus_freq(0);
 	char  buf[32];
 
-	printf("CPC45 ");
+	puts ("CPC45  ");
 /*
 	printf("Revision %d ", revision);
 */
-- 
2.39.5