[svn:parrot] r46089 - trunk/t/oo

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Wed Apr 28 01:34:18 UTC 2010


Author: jkeenan
Date: Wed Apr 28 01:34:17 2010
New Revision: 46089
URL: https://trac.parrot.org/parrot/changeset/46089

Log:
Fix trailing whitespace. GeJ++.

Modified:
   trunk/t/oo/methods.t

Modified: trunk/t/oo/methods.t
==============================================================================
--- trunk/t/oo/methods.t	Wed Apr 28 01:18:43 2010	(r46088)
+++ trunk/t/oo/methods.t	Wed Apr 28 01:34:17 2010	(r46089)
@@ -134,7 +134,7 @@
     $P0 = new 'ResizablePMCArray'
     push_eh jic
         $I0 = $P0.'foo'()
-        is($I0, 1, msg) 
+        is($I0, 1, msg)
         .return()
   jic:
     pop_eh


More information about the parrot-commits mailing list