[svn:parrot] r40274 - trunk/t/pmc

petdance at svn.parrot.org petdance at svn.parrot.org
Sun Jul 26 04:40:38 UTC 2009


Author: petdance
Date: Sun Jul 26 04:40:36 2009
New Revision: 40274
URL: https://trac.parrot.org/parrot/changeset/40274

Log:
fixing filetype for vim

Modified:
   trunk/t/pmc/array.t

Modified: trunk/t/pmc/array.t
==============================================================================
--- trunk/t/pmc/array.t	Sun Jul 26 04:33:45 2009	(r40273)
+++ trunk/t/pmc/array.t	Sun Jul 26 04:40:36 2009	(r40274)
@@ -146,7 +146,7 @@
 .sub defined_sub
     .local pmc foo, bar, baz
     .local int ival
-    
+
     foo = new ['Array']
     defined ival, foo
     is(ival, 1, 'newed array is defined')
@@ -218,7 +218,7 @@
     .local int ival
     .local num nval
     .local string sval, inner
-   
+
     foo = new ['Array']
     foo = 4
     bar = new ['Key']
@@ -387,7 +387,7 @@
 
     p = new ['Array']
     is(p, 0, 'newed array is not true correctly')
-    
+
     p = 4
     is(p, 4, 'resized array is true correctly')
 
@@ -497,4 +497,4 @@
 #   cperl-indent-level: 4
 #   fill-column: 100
 # End:
-# vim: expandtab shiftwidth=4:
+# vim: expandtab shiftwidth=4 ft=pir:


More information about the parrot-commits mailing list