[svn:parrot] r40929 - trunk/src/pmc
mikehh at svn.parrot.org
mikehh at svn.parrot.org
Wed Sep 2 19:51:33 UTC 2009
Author: mikehh
Date: Wed Sep 2 19:51:31 2009
New Revision: 40929
URL: https://trac.parrot.org/parrot/changeset/40929
Log:
fix codetest failure - trailing spaces
Modified:
trunk/src/pmc/packfilerawsegment.pmc
Modified: trunk/src/pmc/packfilerawsegment.pmc
==============================================================================
--- trunk/src/pmc/packfilerawsegment.pmc Wed Sep 2 15:43:32 2009 (r40928)
+++ trunk/src/pmc/packfilerawsegment.pmc Wed Sep 2 19:51:31 2009 (r40929)
@@ -45,7 +45,7 @@
mem_allocate_zeroed_typed(Parrot_PackfileRawSegment_attributes);
attrs->opcodes = pmc_new(interp, enum_class_ResizableIntegerArray);
- attrs->type = PF_BYTEC_SEG;
+ attrs->type = PF_BYTEC_SEG;
PObj_custom_mark_destroy_SETALL(SELF);
PMC_data(SELF) = attrs;
@@ -215,7 +215,7 @@
if (got_type) {
attrs->type = type;
}
-
+
res = attrs->type;
RETURN(INTVAL res);
}
More information about the parrot-commits
mailing list