[svn:parrot] r40540 - branches/pluggable_runcore/src/runcore

cotto at svn.parrot.org cotto at svn.parrot.org
Fri Aug 14 00:38:13 UTC 2009


Author: cotto
Date: Fri Aug 14 00:38:12 2009
New Revision: 40540
URL: https://trac.parrot.org/parrot/changeset/40540

Log:
[codingstd] fix a codingstd nit

Modified:
   branches/pluggable_runcore/src/runcore/cores.c

Modified: branches/pluggable_runcore/src/runcore/cores.c
==============================================================================
--- branches/pluggable_runcore/src/runcore/cores.c	Fri Aug 14 00:36:49 2009	(r40539)
+++ branches/pluggable_runcore/src/runcore/cores.c	Fri Aug 14 00:38:12 2009	(r40540)
@@ -1216,7 +1216,7 @@
 {
     ASSERT_ARGS(destroy_profiling_core)
 
-    fprintf(stderr,"PROFILING DESTRUCTOR CALLED\n");
+    fprintf(stderr, "PROFILING DESTRUCTOR CALLED\n");
 
     return NULL;
 }


More information about the parrot-commits mailing list