[svn:parrot] r44580 - trunk/lib/Parrot/Ops2c

mikehh at svn.parrot.org mikehh at svn.parrot.org
Tue Mar 2 06:32:45 UTC 2010


Author: mikehh
Date: Tue Mar  2 06:32:44 2010
New Revision: 44580
URL: https://trac.parrot.org/parrot/changeset/44580

Log:
fix codetest failure - trailing whitespace

Modified:
   trunk/lib/Parrot/Ops2c/Utils.pm

Modified: trunk/lib/Parrot/Ops2c/Utils.pm
==============================================================================
--- trunk/lib/Parrot/Ops2c/Utils.pm	Tue Mar  2 04:44:54 2010	(r44579)
+++ trunk/lib/Parrot/Ops2c/Utils.pm	Tue Mar  2 06:32:44 2010	(r44580)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2008, Parrot Foundation.
+# Copyright (C) 2007-2010, Parrot Foundation.
 # $Id$
 package Parrot::Ops2c::Utils;
 use strict;
@@ -605,7 +605,7 @@
     $prev_src = '';
     foreach my $op ( $self->{ops}->ops ) {
         my $func_name = $op->func_name( $self->{trans} );
-        my $prototype = 
+        my $prototype =
           "$self->{sym_export} opcode_t * $func_name (opcode_t *, PARROT_INTERP)";
         my $definition;
         my $comment = '';


More information about the parrot-commits mailing list