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

mikehh at svn.parrot.org mikehh at svn.parrot.org
Fri Sep 4 05:32:03 UTC 2009


Author: mikehh
Date: Fri Sep  4 05:32:01 2009
New Revision: 40967
URL: https://trac.parrot.org/parrot/changeset/40967

Log:
codetest failure - trailing spaces

Modified:
   trunk/src/gc/mark_sweep.c

Modified: trunk/src/gc/mark_sweep.c
==============================================================================
--- trunk/src/gc/mark_sweep.c	Fri Sep  4 01:27:07 2009	(r40966)
+++ trunk/src/gc/mark_sweep.c	Fri Sep  4 05:32:01 2009	(r40967)
@@ -1178,7 +1178,7 @@
      || pool->free_list == NULL)
 #endif
         Parrot_gc_allocate_new_attributes_arena(interp, pool);
-    
+
 
 #if GC_USE_LAZY_ALLOCATOR
     if (pool->newfree) {
@@ -1249,7 +1249,7 @@
 Parrot_gc_get_attribute_pool(PARROT_INTERP, size_t attrib_size)
 {
     ASSERT_ARGS(Parrot_gc_get_attribute_pool)
-        
+
     Arenas * const arenas = interp->arena_base;
     PMC_Attribute_Pool ** pools = arenas->attrib_pools;
     const size_t size = (attrib_size < sizeof (void *))?(sizeof (void *)):(attrib_size);


More information about the parrot-commits mailing list