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

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Thu May 21 11:06:43 UTC 2009


Author: jkeenan
Date: Thu May 21 11:06:42 2009
New Revision: 39010
URL: https://trac.parrot.org/parrot/changeset/39010

Log:
Eliminate trailing whitespace per mailing list report by Michael Hind.

Modified:
   trunk/src/pmc/packfileannotations.pmc

Modified: trunk/src/pmc/packfileannotations.pmc
==============================================================================
--- trunk/src/pmc/packfileannotations.pmc	Thu May 21 07:58:45 2009	(r39009)
+++ trunk/src/pmc/packfileannotations.pmc	Thu May 21 11:06:42 2009	(r39010)
@@ -263,7 +263,7 @@
                     Parrot_ex_throw_from_c_args(interp, NULL, EXCEPTION_MALFORMED_PACKFILE,
                             "Unknown value type %d in Packfile Annotation", key->type);
             }
-            
+
             VTABLE_set_pmc_keyed_int(interp, attrs->annotations, i, annotation);
         }
     }
@@ -331,7 +331,7 @@
                 VTABLE_set_integer_keyed_int(interp, key_array, 0, -1);
                 VTABLE_set_integer_keyed_int(interp, key_array, 1, -1);
                 VTABLE_set_integer_keyed_int(interp, key_array, 2, -1);
-                
+
                 VTABLE_set_pmc_keyed_str(interp, keys, entity_attrs->name, key_array);
             }
 
@@ -345,8 +345,8 @@
 
                 /* Store type */
                 VTABLE_set_integer_keyed_int(interp, types, key_id, entity_attrs->value_type);
-                        
-                
+
+
                 /* Store constant for name. */
                 Parrot_mmd_multi_dispatch_from_c_args(interp, "get_or_create_constant",
                             "PS->I", attrs->const_table, entity_attrs->name, &name_id);


More information about the parrot-commits mailing list