Skip to content

Commit

Permalink
[codingstd] c_parens
Browse files Browse the repository at this point in the history
  • Loading branch information
plobsing committed May 7, 2011
1 parent b71eb28 commit e34c654
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pmc/callcontext.pmc
Expand Up @@ -1558,8 +1558,7 @@ Creates and returns a clone of the signature.
parrot_hash_iterate(dest_hash,
Pcc_cell *tmp;
CLONE_CELL(INTERP, (Pcc_cell *)_bucket->value, tmp);
_bucket->value = tmp;
);
_bucket->value = tmp;);
}

return dest;
Expand Down

0 comments on commit e34c654

Please sign in to comment.