[svn:parrot] r49363 - branches/generational_gc/lib/Parrot/Pmc2c/PMC

mikehh at svn.parrot.org mikehh at svn.parrot.org
Tue Sep 28 10:01:29 UTC 2010


Author: mikehh
Date: Tue Sep 28 10:01:29 2010
New Revision: 49363
URL: https://trac.parrot.org/parrot/changeset/49363

Log:
fix codetest failure - trailing spaces

Modified:
   branches/generational_gc/lib/Parrot/Pmc2c/PMC/WB.pm

Modified: branches/generational_gc/lib/Parrot/Pmc2c/PMC/WB.pm
==============================================================================
--- branches/generational_gc/lib/Parrot/Pmc2c/PMC/WB.pm	Tue Sep 28 09:46:21 2010	(r49362)
+++ branches/generational_gc/lib/Parrot/Pmc2c/PMC/WB.pm	Tue Sep 28 10:01:29 2010	(r49363)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004-2009, Parrot Foundation.
+# Copyright (C) 2004-2010, Parrot Foundation.
 
 # $Id$
 
@@ -72,7 +72,7 @@
         my $name = $vt_method->name;
 
         #warn "$pmcname $name\n";
-        # Generate WB variant 
+        # Generate WB variant
         next unless exists $parent->{has_method}{$name};
         #&& $parent->vtable_method_does_write($name);
 


More information about the parrot-commits mailing list