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

fperrad at svn.parrot.org fperrad at svn.parrot.org
Thu Jun 4 08:43:16 UTC 2009


Author: fperrad
Date: Thu Jun  4 08:43:09 2009
New Revision: 39379
URL: https://trac.parrot.org/parrot/changeset/39379

Log:
[codingstd] remove hard tabs

Modified:
   trunk/src/pmc/sub.pmc

Modified: trunk/src/pmc/sub.pmc
==============================================================================
--- trunk/src/pmc/sub.pmc	Thu Jun  4 02:37:22 2009	(r39378)
+++ trunk/src/pmc/sub.pmc	Thu Jun  4 08:43:09 2009	(r39379)
@@ -444,8 +444,8 @@
             PMC_get_sub(INTERP, other, other_sub);
 
             /* Increase reference count of destination before
-	     * freeing the one in self, to avoid problems in
-	     * case of self assignment */
+             * freeing the one in self, to avoid problems in
+             * case of self assignment */
             if (other_sub->ctx)
                 Parrot_context_ref(interp, other_sub->ctx);
             /* get rid of this context, if attached */


More information about the parrot-commits mailing list