[svn:parrot] r47251 - branches/gc_massacre/src/gc

mikehh at svn.parrot.org mikehh at svn.parrot.org
Tue Jun 1 10:28:03 UTC 2010


Author: mikehh
Date: Tue Jun  1 10:28:03 2010
New Revision: 47251
URL: https://trac.parrot.org/parrot/changeset/47251

Log:
fix codetest failure - there should be at least one space between a C keyword and any subsequent open parenthesis

Modified:
   branches/gc_massacre/src/gc/gc_tms.c

Modified: branches/gc_massacre/src/gc/gc_tms.c
==============================================================================
--- branches/gc_massacre/src/gc/gc_tms.c	Tue Jun  1 10:22:18 2010	(r47250)
+++ branches/gc_massacre/src/gc/gc_tms.c	Tue Jun  1 10:28:03 2010	(r47251)
@@ -722,7 +722,7 @@
         counter++;
         PARROT_ASSERT(counter <= self->black_objects->count);
     }
-    } while(0);
+    } while (0);
 
 
     list = self->black_objects;


More information about the parrot-commits mailing list