[svn:parrot] r44827 - branches/ops_pct/compilers/nqp/src/Grammar

mikehh at svn.parrot.org mikehh at svn.parrot.org
Tue Mar 9 22:27:07 UTC 2010


Author: mikehh
Date: Tue Mar  9 22:27:06 2010
New Revision: 44827
URL: https://trac.parrot.org/parrot/changeset/44827

Log:
remove trailing spaces

Modified:
   branches/ops_pct/compilers/nqp/src/Grammar/Actions.pir

Modified: branches/ops_pct/compilers/nqp/src/Grammar/Actions.pir
==============================================================================
--- branches/ops_pct/compilers/nqp/src/Grammar/Actions.pir	Tue Mar  9 22:24:33 2010	(r44826)
+++ branches/ops_pct/compilers/nqp/src/Grammar/Actions.pir	Tue Mar  9 22:27:06 2010	(r44827)
@@ -1,4 +1,5 @@
-# Copyright (C) 2007-2009, Parrot Foundation.
+#! parrot
+# Copyright (C) 2007-2010, Parrot Foundation.
 # $Id$
 
 .sub '__onload' :init :load
@@ -1071,14 +1072,14 @@
     .local pmc past
     $P0 = quote_term[0]
     past = $P0.'ast'()
-    
+
     $P1 = get_hll_global ['PAST'], 'Op'
   loop:
     if count == terms goto make
     $P0 = quote_term[count]
     $P0 = $P0.'ast'()
     past = $P1.'new'(past, $P0, 'pasttype'=>'pirop', 'pirop'=>'concat')
-    
+
     inc count
     goto loop
 


More information about the parrot-commits mailing list