* Code cleanup:
- remove trailing white space, trailing empty lines, C++ comments, etc.
- split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c)
* Patches by Kenneth Johansson, 25 Jun 2003:
- major rework of command structure
(work done mostly by Michal Cendrowski and Joakim Kristiansen)
diff --git a/lib_ppc/kgdb.c b/lib_ppc/kgdb.c
index cef35d3..4c5d79a 100644
--- a/lib_ppc/kgdb.c
+++ b/lib_ppc/kgdb.c
@@ -320,7 +320,7 @@
{
asm(" .globl breakinst\n\
breakinst: .long 0x7d821008\n\
- ");
+ ");
}
#endif /* CFG_CMD_KGDB */