[svn:parrot] r43651 - trunk/tools/build

mikehh at svn.parrot.org mikehh at svn.parrot.org
Sat Jan 30 10:25:27 UTC 2010


Author: mikehh
Date: Sat Jan 30 10:25:27 2010
New Revision: 43651
URL: https://trac.parrot.org/parrot/changeset/43651

Log:
fix codetest failure - trailing spaces

Modified:
   trunk/tools/build/nativecall.pir

Modified: trunk/tools/build/nativecall.pir
==============================================================================
--- trunk/tools/build/nativecall.pir	Sat Jan 30 10:18:57 2010	(r43650)
+++ trunk/tools/build/nativecall.pir	Sat Jan 30 10:25:27 2010	(r43651)
@@ -398,7 +398,7 @@
     'fill_tmpls_ascending_ints'($P0)
     $P0 = 'grep_for_true'($P0)
     params_tdecl = join ";\n    ", $P0
-    
+
     .local string var_decls
     var_decls = 'sprintf'(<<'TEMPLATE', ret_csig, params_csig, ret_tdecl, params_tdecl)
     typedef %s(* func_t)(%s);
@@ -617,7 +617,7 @@
         $S0 = v['as_proto']
         v['as_return'] = $S0
     has_as_return:
-    
+
     $I0 = exists v['return_type']
     if $I0 goto has_return_type
         $S0 = v['as_proto']


More information about the parrot-commits mailing list