[svn:parrot] r44825 - branches/ops_pct/compilers/opsc

mikehh at svn.parrot.org mikehh at svn.parrot.org
Tue Mar 9 22:19:25 UTC 2010


Author: mikehh
Date: Tue Mar  9 22:19:25 2010
New Revision: 44825
URL: https://trac.parrot.org/parrot/changeset/44825

Log:
remove trailing spaces

Modified:
   branches/ops_pct/compilers/opsc/opsc.pir

Modified: branches/ops_pct/compilers/opsc/opsc.pir
==============================================================================
--- branches/ops_pct/compilers/opsc/opsc.pir	Tue Mar  9 22:15:05 2010	(r44824)
+++ branches/ops_pct/compilers/opsc/opsc.pir	Tue Mar  9 22:19:25 2010	(r44825)
@@ -1,4 +1,5 @@
-# Copyright (C) 2009, Parrot Foundation.
+#! parrot
+# Copyright (C) 2009-2010, Parrot Foundation.
 # $Id$
 
 .namespace [ 'Ops';'Compiler' ]
@@ -59,7 +60,7 @@
 
     #for each runcore
     # * make a clone of the op tree
-    # * call the runcore with it 
+    # * call the runcore with it
 
     exit 0
 .end


More information about the parrot-commits mailing list