[svn:parrot] r48946 - trunk/src

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Sun Sep 12 00:26:37 UTC 2010


Author: jkeenan
Date: Sun Sep 12 00:26:36 2010
New Revision: 48946
URL: https://trac.parrot.org/parrot/changeset/48946

Log:
[codingstd] No trailing whitespace.

Modified:
   trunk/src/global_setup.c

Modified: trunk/src/global_setup.c
==============================================================================
--- trunk/src/global_setup.c	Sat Sep 11 23:45:06 2010	(r48945)
+++ trunk/src/global_setup.c	Sun Sep 12 00:26:36 2010	(r48946)
@@ -224,7 +224,7 @@
     }
     else {
         op_lib_t  *core_ops = PARROT_CORE_OPLIB_INIT(interp, 1);
-        interp->op_hash     = parrot_create_hash_sized(interp, enum_type_ptr, 
+        interp->op_hash     = parrot_create_hash_sized(interp, enum_type_ptr,
                                     Hash_key_type_cstring, core_ops->op_count);
         parrot_hash_oplib(interp, core_ops);
     }


More information about the parrot-commits mailing list