[svn:parrot] r49152 - trunk/src
mikehh at svn.parrot.org
mikehh at svn.parrot.org
Sun Sep 19 08:04:17 UTC 2010
Author: mikehh
Date: Sun Sep 19 08:04:17 2010
New Revision: 49152
URL: https://trac.parrot.org/parrot/changeset/49152
Log:
fix codetest failure - parentheses should not have space immediately
after the opening parenthesis nor immediately before the closing parenthesis
Modified:
trunk/src/hash.c
Modified: trunk/src/hash.c
==============================================================================
--- trunk/src/hash.c Sun Sep 19 07:57:34 2010 (r49151)
+++ trunk/src/hash.c Sun Sep 19 08:04:17 2010 (r49152)
@@ -1721,8 +1721,7 @@
const size_t hashval = key_hash(interp, dest, key);
/* hash tables has no duplicate keys */
parrot_hash_store_value_in_bucket(interp, dest, NULL, hashval, key, valtmp);
- }
- );
+ });
}
/*
More information about the parrot-commits
mailing list