[svn:parrot] r49468 - trunk/src/runcore
mikehh at svn.parrot.org
mikehh at svn.parrot.org
Thu Oct 7 19:22:14 UTC 2010
Author: mikehh
Date: Thu Oct 7 19:22:13 2010
New Revision: 49468
URL: https://trac.parrot.org/parrot/changeset/49468
Log:
fix codetest failure - trailing whitespace
Modified:
trunk/src/runcore/profiling.c
Modified: trunk/src/runcore/profiling.c
==============================================================================
--- trunk/src/runcore/profiling.c Wed Oct 6 21:38:24 2010 (r49467)
+++ trunk/src/runcore/profiling.c Thu Oct 7 19:22:13 2010 (r49468)
@@ -689,7 +689,7 @@
GETATTR_NameSpace_name(interp, ns, tmp);
/* The root ns has the empty string as its name, so ignore it. */
- if (Parrot_str_length(interp, tmp) == 0)
+ if (Parrot_str_length(interp, tmp) == 0)
break;
full_ns = Parrot_str_concat(interp, ns_separator, full_ns);
More information about the parrot-commits
mailing list