Update CHANGELOG, coding style cleanup.
diff --git a/lib_ppc/board.c b/lib_ppc/board.c
index a33ee27..9e944fa 100644
--- a/lib_ppc/board.c
+++ b/lib_ppc/board.c
@@ -452,7 +452,7 @@
 	/*
 	 * We need to make sure the location we intend to put secondary core
 	 * boot code is reserved and not used by any part of u-boot
-	 */ 
+	 */
 	if (addr > determine_mp_bootpg()) {
 		addr = determine_mp_bootpg();
 		debug ("Reserving MP boot page to %08lx\n", addr);