[svn:parrot] r39259 - trunk/lib/Parrot/Pmc2c

fperrad at svn.parrot.org fperrad at svn.parrot.org
Sat May 30 10:08:11 UTC 2009


Author: fperrad
Date: Sat May 30 10:08:07 2009
New Revision: 39259
URL: https://trac.parrot.org/parrot/changeset/39259

Log:
[codingstd] remove trailing space

Modified:
   trunk/lib/Parrot/Pmc2c/PMCEmitter.pm

Modified: trunk/lib/Parrot/Pmc2c/PMCEmitter.pm
==============================================================================
--- trunk/lib/Parrot/Pmc2c/PMCEmitter.pm	Sat May 30 01:44:58 2009	(r39258)
+++ trunk/lib/Parrot/Pmc2c/PMCEmitter.pm	Sat May 30 10:08:07 2009	(r39259)
@@ -976,11 +976,11 @@
         next unless exists $multi_methods{$vt_method_name};
 
         my $multis = $multi_methods{$vt_method_name};
-        
-        # Gather "case :" 
+
+        # Gather "case :"
         my @cases = map { $self->generate_single_case($vt_method_name, $_) } @$multis;
         my $cases = join "\n", @cases;
-        
+
         my $body = <<"BODY";
     INTVAL type = VTABLE_type(INTERP, value);
     if (SELF.type() >= enum_class_core_max) /* For dynpmc fallback to MMD */


More information about the parrot-commits mailing list