[svn:parrot] r46913 - trunk/t/compilers/imcc/syn

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Sun May 23 13:05:55 UTC 2010


Author: jkeenan
Date: Sun May 23 13:05:55 2010
New Revision: 46913
URL: https://trac.parrot.org/parrot/changeset/46913

Log:
[codingstd] Remove trailing whitespace.

Modified:
   trunk/t/compilers/imcc/syn/regressions.t

Modified: trunk/t/compilers/imcc/syn/regressions.t
==============================================================================
--- trunk/t/compilers/imcc/syn/regressions.t	Sun May 23 08:29:20 2010	(r46912)
+++ trunk/t/compilers/imcc/syn/regressions.t	Sun May 23 13:05:55 2010	(r46913)
@@ -44,7 +44,7 @@
     say $I0
 
     .const num DAYS_PER_YEAR = 365.24e0
-    $N0 = DAYS_PER_YEAR * 2.96460137564761618e-03 
+    $N0 = DAYS_PER_YEAR * 2.96460137564761618e-03
     'printf'("%f\n", $N0)
 
     .const string HI = "Hello "


More information about the parrot-commits mailing list