Author: jisom
Date: Sat Jan 21 14:00:58 2006
New Revision: 11297

Modified:
   trunk/t/op/calling.t
Log:
Fixed annoying whitespace...


Modified: trunk/t/op/calling.t
==============================================================================
--- trunk/t/op/calling.t        (original)
+++ trunk/t/op/calling.t        Sat Jan 21 14:00:58 2006
@@ -2038,17 +2038,17 @@ pir_output_is(<<'CODE', <<'OUTPUT', "def
 .sub main :main
        print 1
        foo(1)
-       foo(2)  
-       foo()           
-       print "\n"      
-.end            
-.sub foo        
+       foo(2)
+       foo()
+       print "\n"
+.end
+.sub foo
        .param int var :optional
-       print var               
-.end                    
-CODE                    
-1120                    
-OUTPUT                  
+       print var
+.end
+CODE
+1120
+OUTPUT
 
 
 ## remember to change the number of tests :-)

Reply via email to