[svn:parrot] r41492 - branches/remove-next_for_GC/src/gc

darbelo at svn.parrot.org darbelo at svn.parrot.org
Sat Sep 26 05:04:20 UTC 2009


Author: darbelo
Date: Sat Sep 26 05:04:17 2009
New Revision: 41492
URL: https://trac.parrot.org/parrot/changeset/41492

Log:
Remove trailing whitespace.

Modified:
   branches/remove-next_for_GC/src/gc/mark_sweep.c

Modified: branches/remove-next_for_GC/src/gc/mark_sweep.c
==============================================================================
--- branches/remove-next_for_GC/src/gc/mark_sweep.c	Sat Sep 26 04:41:38 2009	(r41491)
+++ branches/remove-next_for_GC/src/gc/mark_sweep.c	Sat Sep 26 05:04:17 2009	(r41492)
@@ -415,11 +415,11 @@
     /* clearing the flag is much more expensive then testing */
     if (!PObj_needs_early_gc_TEST(obj))
         PObj_high_priority_gc_CLEAR(obj);
-        
+
     /* mark properties */
     Parrot_gc_mark_PMC_alive(interp, PMC_metadata(obj));
 
-    if (PObj_custom_mark_TEST(obj)) {                                                         
+    if (PObj_custom_mark_TEST(obj)) {
         PARROT_ASSERT(!PObj_on_free_list_TEST(obj));
         VTABLE_mark(interp, obj);
     }
@@ -492,7 +492,7 @@
             mem_pools->num_early_gc_PMCs) {
         return 0;
     }
- 
+
     mem_pools->gc_mark_start = current;
     mem_pools->gc_trace_ptr  = NULL;
 


More information about the parrot-commits mailing list