[svn:parrot] r49013 - trunk/src/pmc

luben at svn.parrot.org luben at svn.parrot.org
Wed Sep 15 05:33:29 UTC 2010


Author: luben
Date: Wed Sep 15 05:33:29 2010
New Revision: 49013
URL: https://trac.parrot.org/parrot/changeset/49013

Log:
fix indentation

Modified:
   trunk/src/pmc/callcontext.pmc

Modified: trunk/src/pmc/callcontext.pmc
==============================================================================
--- trunk/src/pmc/callcontext.pmc	Wed Sep 15 05:33:20 2010	(r49012)
+++ trunk/src/pmc/callcontext.pmc	Wed Sep 15 05:33:29 2010	(r49013)
@@ -1552,7 +1552,7 @@
             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;
     }


More information about the parrot-commits mailing list