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

mikehh at svn.parrot.org mikehh at svn.parrot.org
Tue Mar 9 13:38:25 UTC 2010


Author: mikehh
Date: Tue Mar  9 13:38:23 2010
New Revision: 44813
URL: https://trac.parrot.org/parrot/changeset/44813

Log:
remove trailing whitespace and add copyright and Id

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

Modified: branches/ops_pct/compilers/opsc/src/Ops/Emitter.pm
==============================================================================
--- branches/ops_pct/compilers/opsc/src/Ops/Emitter.pm	Tue Mar  9 13:27:34 2010	(r44812)
+++ branches/ops_pct/compilers/opsc/src/Ops/Emitter.pm	Tue Mar  9 13:38:23 2010	(r44813)
@@ -1,4 +1,6 @@
 #! nqp
+# Copyright (C) 2010, Parrot Foundation.
+# $Id$
 
 class Ops::Emitter is Hash;
 
@@ -146,7 +148,7 @@
     my $init1    := self.trans.init_func_init1;
     my $dispatch := self.trans.init_func_disaptch;
 
-    # TODO There is a bug in NQP about \{ 
+    # TODO There is a bug in NQP about \{
     $fh.print(q|
 op_lib_t *
 | ~ self.init_func ~ q|(PARROT_INTERP, long init) {


More information about the parrot-commits mailing list