Author: bernhard
Date: Thu Jan 15 01:51:39 2009
New Revision: 35580
Modified:
trunk/src/gc/mark_sweep.c
Log:
[codingstd] t/codingstd/c_parens.t
Modified: trunk/src/gc/mark_sweep.c
==============================================================================
--- trunk/src/gc/mark_sweep.c (original)
+++ trunk/src/gc/mark_sweep.c Thu Jan 15 01:51:39 2009
@@ -991,7 +991,7 @@
if (PMC_metadata(current))
pobject_lives(interp, (PObj *)PMC_metadata(current));
- if(PObj_custom_mark_TEST(current)) {
+ if (PObj_custom_mark_TEST(current)) {
PARROT_ASSERT(!PObj_on_free_list_TEST(current));
VTABLE_mark(interp, current);
}