[svn:parrot] r38971 - trunk/src/pmc

bacek at svn.parrot.org bacek at svn.parrot.org
Wed May 20 07:42:16 UTC 2009


Author: bacek
Date: Wed May 20 07:42:14 2009
New Revision: 38971
URL: https://trac.parrot.org/parrot/changeset/38971

Log:
[cage] Traling whitespaces

Modified:
   trunk/src/pmc/packfileconstanttable.pmc

Modified: trunk/src/pmc/packfileconstanttable.pmc
==============================================================================
--- trunk/src/pmc/packfileconstanttable.pmc	Wed May 20 06:22:37 2009	(r38970)
+++ trunk/src/pmc/packfileconstanttable.pmc	Wed May 20 07:42:14 2009	(r38971)
@@ -356,7 +356,7 @@
 
 */
     MULTI INTVAL get_or_create_constant(STRING *value) {
-        Parrot_PackfileConstantTable_attributes *attrs = 
+        Parrot_PackfileConstantTable_attributes *attrs =
                 PARROT_PACKFILECONSTANTTABLE(SELF);
         INTVAL  num = VTABLE_elements(interp, attrs->types);
         INTVAL  i;
@@ -376,7 +376,7 @@
     }
 
     MULTI INTVAL get_or_create_constant(FLOATVAL value) {
-        Parrot_PackfileConstantTable_attributes *attrs = 
+        Parrot_PackfileConstantTable_attributes *attrs =
                 PARROT_PACKFILECONSTANTTABLE(SELF);
         INTVAL   num = VTABLE_elements(interp, attrs->types);
         INTVAL   i;


More information about the parrot-commits mailing list