From 78d3867dcbf3169379d17ea5d92589bbddf44a6f Mon Sep 17 00:00:00 2001 From: luben Date: Wed, 15 Sep 2010 05:33:29 +0000 Subject: [PATCH] fix indentation git-svn-id: https://svn.parrot.org/parrot/trunk@49013 d31e2699-5ff4-0310-a27c-f18f2fbe73fe --- src/pmc/callcontext.pmc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pmc/callcontext.pmc b/src/pmc/callcontext.pmc index 6caf2dcc44..9d98988ed5 100644 --- a/src/pmc/callcontext.pmc +++ b/src/pmc/callcontext.pmc @@ -1552,7 +1552,7 @@ Creates and returns a clone of the signature. SET_ATTR_return_flags(INTERP, dest, VTABLE_clone(INTERP, return_flags)); if (hash) - parrot_hash_clone(INTERP, hash, get_hash(INTERP, dest)); + parrot_hash_clone(INTERP, hash, get_hash(INTERP, dest)); return dest; } -- 2.11.4.GIT