[svn:parrot] r44350 - trunk/t/run

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Tue Feb 23 02:09:01 UTC 2010


Author: jkeenan
Date: Tue Feb 23 02:09:00 2010
New Revision: 44350
URL: https://trac.parrot.org/parrot/changeset/44350

Log:
[codingstd] No trailing whitespace.

Modified:
   trunk/t/run/options.t

Modified: trunk/t/run/options.t
==============================================================================
--- trunk/t/run/options.t	Tue Feb 23 02:08:15 2010	(r44349)
+++ trunk/t/run/options.t	Tue Feb 23 02:09:00 2010	(r44350)
@@ -51,11 +51,11 @@
 # This is just sanity testing
 my $expected_preprocesses_pir = <<'END_PIR';
 
-.macro 
+.macro
 
 .sub main :main
 
-say "first" 
+say "first"
 
 .end
 


More information about the parrot-commits mailing list