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

mikehh at svn.parrot.org mikehh at svn.parrot.org
Tue Feb 9 20:25:07 UTC 2010


Author: mikehh
Date: Tue Feb  9 20:25:07 2010
New Revision: 43826
URL: https://trac.parrot.org/parrot/changeset/43826

Log:
fix codetest failure - trailing whitespace

Modified:
   trunk/tools/build/nativecall.pir

Modified: trunk/tools/build/nativecall.pir
==============================================================================
--- trunk/tools/build/nativecall.pir	Tue Feb  9 20:04:33 2010	(r43825)
+++ trunk/tools/build/nativecall.pir	Tue Feb  9 20:25:07 2010	(r43826)
@@ -102,7 +102,7 @@
     --thunk-name-proto <printf prototype>
                         set the prototype used for the thunk function names. Must be a printf
                         format with arity 1. Default value is 'pcf_%s'
-    --loader-storage-class 
+    --loader-storage-class
                         set the storage class used for the loader function. Default value is none.
     --loader-name       set the name used for the loader function. Default value is 'Parrot_load_nci_thunks'.
 USAGE


More information about the parrot-commits mailing list