[svn:parrot] r38025 - branches/packfile_revamp/src/pmc

bacek at svn.parrot.org bacek at svn.parrot.org
Fri Apr 10 15:37:25 UTC 2009


Author: bacek
Date: Fri Apr 10 15:37:25 2009
New Revision: 38025
URL: https://trac.parrot.org/parrot/changeset/38025

Log:
Reindent code in packfileconstanttable.pmc

Modified:
   branches/packfile_revamp/src/pmc/packfileconstanttable.pmc

Modified: branches/packfile_revamp/src/pmc/packfileconstanttable.pmc
==============================================================================
--- branches/packfile_revamp/src/pmc/packfileconstanttable.pmc	Fri Apr 10 15:37:02 2009	(r38024)
+++ branches/packfile_revamp/src/pmc/packfileconstanttable.pmc	Fri Apr 10 15:37:25 2009	(r38025)
@@ -47,9 +47,8 @@
         Parrot_PackfileConstantTable_attributes * attrs =
                 mem_allocate_zeroed_typed(Parrot_PackfileConstantTable_attributes);
 
-        attrs->constants        = pmc_new(interp, enum_class_ResizablePMCArray);
-        attrs->types   = pmc_new(interp,
-                enum_class_ResizableIntegerArray);
+        attrs->constants = pmc_new(interp, enum_class_ResizablePMCArray);
+        attrs->types     = pmc_new(interp, enum_class_ResizableIntegerArray);
 
         PObj_custom_mark_destroy_SETALL(SELF);
         PMC_data(SELF) = attrs;


More information about the parrot-commits mailing list