[svn:parrot] r38864 - trunk/src/gc

Infinoid at svn.parrot.org Infinoid at svn.parrot.org
Sun May 17 04:07:31 UTC 2009


Author: Infinoid
Date: Sun May 17 04:07:31 2009
New Revision: 38864
URL: https://trac.parrot.org/parrot/changeset/38864

Log:
[cage] Fix c_parens.t codingstd violation.

Modified:
   trunk/src/gc/mark_sweep.c

Modified: trunk/src/gc/mark_sweep.c
==============================================================================
--- trunk/src/gc/mark_sweep.c	Sun May 17 04:05:43 2009	(r38863)
+++ trunk/src/gc/mark_sweep.c	Sun May 17 04:07:31 2009	(r38864)
@@ -161,7 +161,7 @@
     /* Walk the iodata */
     Parrot_IOData_mark(interp, interp->piodata);
 
-    if(trace == GC_TRACE_FULL)
+    if (trace == GC_TRACE_FULL)
         trace_system_areas(interp);
 
     /* quick check to see if we have already marked all impatient PMCs. If we


More information about the parrot-commits mailing list