[svn:parrot] r36486 - trunk/src

petdance at svn.parrot.org petdance at svn.parrot.org
Mon Feb 9 04:55:23 UTC 2009


Author: petdance
Date: Mon Feb  9 04:55:22 2009
New Revision: 36486
URL: https://trac.parrot.org/parrot/changeset/36486

Log:
fixed formatting

Modified:
   trunk/src/sub.c

Modified: trunk/src/sub.c
==============================================================================
--- trunk/src/sub.c	Mon Feb  9 03:34:04 2009	(r36485)
+++ trunk/src/sub.c	Mon Feb  9 04:55:22 2009	(r36486)
@@ -62,7 +62,8 @@
     PObj *obj;
     int   i;
 
-    if (ctx->gc_mark == context_gc_mark) return;
+    if (ctx->gc_mark == context_gc_mark)
+        return;
     ctx->gc_mark = context_gc_mark;
 
     /* don't mark the context if it's actually dead */


More information about the parrot-commits mailing list