[svn:parrot] r46004 - trunk/src/pmc

mikehh at svn.parrot.org mikehh at svn.parrot.org
Sun Apr 25 10:19:34 UTC 2010


Author: mikehh
Date: Sun Apr 25 10:19:33 2010
New Revision: 46004
URL: https://trac.parrot.org/parrot/changeset/46004

Log:
fix codetest failure - tabs in leading whitespace

Modified:
   trunk/src/pmc/packfilefixuptable.pmc

Modified: trunk/src/pmc/packfilefixuptable.pmc
==============================================================================
--- trunk/src/pmc/packfilefixuptable.pmc	Sun Apr 25 09:41:41 2010	(r46003)
+++ trunk/src/pmc/packfilefixuptable.pmc	Sun Apr 25 10:19:33 2010	(r46004)
@@ -1,5 +1,5 @@
 /*
-Copyright (C) 2001-2008, Parrot Foundation.
+Copyright (C) 2001-2010, Parrot Foundation.
 $Id$
 
 =head1 NAME
@@ -127,7 +127,7 @@
             entry = VTABLE_get_pmc_keyed_int(interp, attrs->entries, i);
             val   = (PackFile_FixupEntry*)VTABLE_get_pointer(interp, entry);
             pftable->fixups[i] = *val;
-	    mem_gc_free(INTERP, val);
+            mem_gc_free(INTERP, val);
         }
 
         return pftable;


More information about the parrot-commits mailing list