[svn:parrot] r40249 - trunk/compilers/ncigen

cotto at svn.parrot.org cotto at svn.parrot.org
Fri Jul 24 08:06:48 UTC 2009


Author: cotto
Date: Fri Jul 24 08:06:47 2009
New Revision: 40249
URL: https://trac.parrot.org/parrot/changeset/40249

Log:
[codingstd] trailing space fix, mikehh++ for noticing

Modified:
   trunk/compilers/ncigen/NCIGENP6.pm

Modified: trunk/compilers/ncigen/NCIGENP6.pm
==============================================================================
--- trunk/compilers/ncigen/NCIGENP6.pm	Fri Jul 24 06:09:57 2009	(r40248)
+++ trunk/compilers/ncigen/NCIGENP6.pm	Fri Jul 24 08:06:47 2009	(r40249)
@@ -26,7 +26,7 @@
 
 sub mktempfile($prefix) {
     sub nonce() { ".{$*PID}." ~ int 1000.rand }
-    $prefix ~ nonce; 
+    $prefix ~ nonce;
 }
 
 sub gen_preamble($nsname, $libname) {


More information about the parrot-commits mailing list