[svn:parrot] r43792 - branches/rm_cflags/lib/Parrot/Ops2c

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Tue Feb 9 03:56:57 UTC 2010


Author: jkeenan
Date: Tue Feb  9 03:56:56 2010
New Revision: 43792
URL: https://trac.parrot.org/parrot/changeset/43792

Log:
[codingstd] Eliminate trailing whitespace.

Modified:
   branches/rm_cflags/lib/Parrot/Ops2c/Utils.pm

Modified: branches/rm_cflags/lib/Parrot/Ops2c/Utils.pm
==============================================================================
--- branches/rm_cflags/lib/Parrot/Ops2c/Utils.pm	Tue Feb  9 03:55:54 2010	(r43791)
+++ branches/rm_cflags/lib/Parrot/Ops2c/Utils.pm	Tue Feb  9 03:56:56 2010	(r43792)
@@ -820,7 +820,7 @@
                 . join(
                 ", ", scalar $op->arg_dirs
                 ? map { $arg_dir_mapping{$_} } $op->arg_dirs
-                : '(arg_dir_t) 0'  
+                : '(arg_dir_t) 0'
                 ) . " }";
             my $labels = "{ "
                 . join(


More information about the parrot-commits mailing list