[svn:parrot] r37457 - trunk/examples/nci

fperrad at svn.parrot.org fperrad at svn.parrot.org
Sun Mar 15 20:38:11 UTC 2009


Author: fperrad
Date: Sun Mar 15 20:38:11 2009
New Revision: 37457
URL: https://trac.parrot.org/parrot/changeset/37457

Log:
[codingstd] remove trailing space

Modified:
   trunk/examples/nci/QtHelloWorld.pir

Modified: trunk/examples/nci/QtHelloWorld.pir
==============================================================================
--- trunk/examples/nci/QtHelloWorld.pir	Sun Mar 15 20:35:20 2009	(r37456)
+++ trunk/examples/nci/QtHelloWorld.pir	Sun Mar 15 20:38:11 2009	(r37457)
@@ -25,7 +25,7 @@
 
 =cut
 .sub main
-    
+
     .local pmc libpqt
     loadlib libpqt, "libPQt"
     if libpqt goto loaded


More information about the parrot-commits mailing list