[svn:parrot] r44815 - branches/ops_pct/compilers/opsc/src/Ops

mikehh at svn.parrot.org mikehh at svn.parrot.org
Tue Mar 9 13:45:01 UTC 2010


Author: mikehh
Date: Tue Mar  9 13:45:01 2010
New Revision: 44815
URL: https://trac.parrot.org/parrot/changeset/44815

Log:
remove trailing whitespace and add copyright and Id

Modified:
   branches/ops_pct/compilers/opsc/src/Ops/Trans.pm

Modified: branches/ops_pct/compilers/opsc/src/Ops/Trans.pm
==============================================================================
--- branches/ops_pct/compilers/opsc/src/Ops/Trans.pm	Tue Mar  9 13:40:36 2010	(r44814)
+++ branches/ops_pct/compilers/opsc/src/Ops/Trans.pm	Tue Mar  9 13:45:01 2010	(r44815)
@@ -1,4 +1,6 @@
 #! nqp
+# Copyright (C) 2010, Parrot Foundation.
+# $Id$
 
 class Ops::Trans is Hash;
 
@@ -18,7 +20,7 @@
 # Prepare internal structures from Ops::File.ops.
 method prepare_ops($emitter, $ops_file) { die('...') }
 
-# 
+#
 method emit_c_header_part($fh) { die('...') }
 
 # Called from Ops::Op.


More information about the parrot-commits mailing list