[svn:parrot] r42142 - trunk/compilers/pirc/src

kjs at svn.parrot.org kjs at svn.parrot.org
Tue Oct 27 21:01:34 UTC 2009


Author: kjs
Date: Tue Oct 27 21:01:33 2009
New Revision: 42142
URL: https://trac.parrot.org/parrot/changeset/42142

Log:
[pirc] fix coding std.

Modified:
   trunk/compilers/pirc/src/bcgen.c

Modified: trunk/compilers/pirc/src/bcgen.c
==============================================================================
--- trunk/compilers/pirc/src/bcgen.c	Tue Oct 27 20:41:22 2009	(r42141)
+++ trunk/compilers/pirc/src/bcgen.c	Tue Oct 27 21:01:33 2009	(r42142)
@@ -830,7 +830,7 @@
                  */
                 int index = emit_pbc_key(bc, types[i].entry.key);
                 sig_pmc   = bc->interp->code->const_table->constants[index]->u.key;
-                
+
                 break;
             }
             default:


More information about the parrot-commits mailing list