[svn:parrot] r49241 - branches/typesafe_consttable/src
plobsing at svn.parrot.org
plobsing at svn.parrot.org
Wed Sep 22 06:55:03 UTC 2010
Author: plobsing
Date: Wed Sep 22 06:55:03 2010
New Revision: 49241
URL: https://trac.parrot.org/parrot/changeset/49241
Log:
[codingstd] line length
Modified:
branches/typesafe_consttable/src/packfile.c
Modified: branches/typesafe_consttable/src/packfile.c
==============================================================================
--- branches/typesafe_consttable/src/packfile.c Wed Sep 22 06:37:09 2010 (r49240)
+++ branches/typesafe_consttable/src/packfile.c Wed Sep 22 06:55:03 2010 (r49241)
@@ -4669,7 +4669,8 @@
for (i = 0; i < self->num_keys; ++i) {
if (have_values[i]) {
- STRING * const key_name = self->code->const_table->str.constants[self->keys[i].name];
+ STRING * const key_name =
+ self->code->const_table->str.constants[self->keys[i].name];
VTABLE_set_pmc_keyed_str(interp, result, key_name,
make_annotation_value_pmc(interp, self, self->keys[i].type,
latest_values[i]));
More information about the parrot-commits
mailing list