[svn:parrot] r44626 - branches/rm_cflags/config/init

mikehh at svn.parrot.org mikehh at svn.parrot.org
Thu Mar 4 14:08:12 UTC 2010


Author: mikehh
Date: Thu Mar  4 14:08:12 2010
New Revision: 44626
URL: https://trac.parrot.org/parrot/changeset/44626

Log:
fix codetest failure - trailing space

Modified:
   branches/rm_cflags/config/init/optimize.pm

Modified: branches/rm_cflags/config/init/optimize.pm
==============================================================================
--- branches/rm_cflags/config/init/optimize.pm	Thu Mar  4 14:02:56 2010	(r44625)
+++ branches/rm_cflags/config/init/optimize.pm	Thu Mar  4 14:08:12 2010	(r44626)
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2005, Parrot Foundation.
+# Copyright (C) 2001-2010, Parrot Foundation.
 # $Id$
 
 =head1 NAME
@@ -63,7 +63,7 @@
     }
     else {
         # use the command line verbatim
-        $options = $optimize; 
+        $options = $optimize;
     }
 
     # save the options, however we got them.


More information about the parrot-commits mailing list