Author: julianalbo
Date: Thu Aug 21 05:35:22 2008
New Revision: 30424
Modified:
trunk/src/debug.c
Log:
fix codingstd in src/debug.c
Modified: trunk/src/debug.c
==============================================================================
--- trunk/src/debug.c (original)
+++ trunk/src/debug.c Thu Aug 21 05:35:22 2008
@@ -237,14 +237,14 @@
static void dbg_script(PARROT_INTERP, ARGIN(const char * cmd)) /* HEADERIZER
SKIP */
{
TRACEDEB_MSG("dbg_script");
-
+
PDB_script_file(interp, cmd);
}
static void dbg_stack(PARROT_INTERP, ARGIN(const char * cmd)) /* HEADERIZER
SKIP */
{
TRACEDEB_MSG("dbg_stack");
-
+
PDB_backtrace(interp);
}
@@ -336,7 +336,7 @@
If a number is specified with the command (e.g. \"next 5\"), then\n\
execute that number of instructions, unless the program reaches a\n\
breakpoint, or stops for some other reason.\n\n\
-If no number is specified, it defaults to 1."
+If no number is specified, it defaults to 1."
},
cmd_print = {
& PDB_print,