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

mikehh at svn.parrot.org mikehh at svn.parrot.org
Tue Mar 9 22:02:24 UTC 2010


Author: mikehh
Date: Tue Mar  9 22:02:23 2010
New Revision: 44821
URL: https://trac.parrot.org/parrot/changeset/44821

Log:
remove trailing whitespace and add copyright and Id

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

Modified: branches/ops_pct/compilers/opsc/src/Ops/Trans/C.pm
==============================================================================
--- branches/ops_pct/compilers/opsc/src/Ops/Trans/C.pm	Tue Mar  9 21:57:56 2010	(r44820)
+++ branches/ops_pct/compilers/opsc/src/Ops/Trans/C.pm	Tue Mar  9 22:02:23 2010	(r44821)
@@ -1,3 +1,6 @@
+#! nqp
+# Copyright (C) 2010, Parrot Foundation.
+# $Id$
 
 class Ops::Trans::C is Ops::Trans;
 
@@ -82,7 +85,7 @@
     subst($access, /NUM/, $num);
 }
 
-method restart_address($addr) { 
+method restart_address($addr) {
     "interp->resume_offset = $addr; interp->resume_flag = 1";
 }
 


More information about the parrot-commits mailing list