[svn:parrot] r41207 - trunk/src/pmc
mikehh at svn.parrot.org
mikehh at svn.parrot.org
Fri Sep 11 13:27:23 UTC 2009
Author: mikehh
Date: Fri Sep 11 13:27:18 2009
New Revision: 41207
URL: https://trac.parrot.org/parrot/changeset/41207
Log:
codetest failure - there should be one space or a newline after a comma
Modified:
trunk/src/pmc/scalar.pmc
Modified: trunk/src/pmc/scalar.pmc
==============================================================================
--- trunk/src/pmc/scalar.pmc Fri Sep 11 12:28:55 2009 (r41206)
+++ trunk/src/pmc/scalar.pmc Fri Sep 11 13:27:18 2009 (r41207)
@@ -96,8 +96,8 @@
*/
VTABLE void assign_pmc(PMC *value) {
- INTVAL self_type = VTABLE_type(INTERP,SELF);
- INTVAL val_type = VTABLE_type(INTERP,value);
+ INTVAL self_type = VTABLE_type(INTERP, SELF);
+ INTVAL val_type = VTABLE_type(INTERP, value);
if (self_type == enum_class_Boolean)
/* doesn't morph */
More information about the parrot-commits
mailing list