[svn:parrot] r41263 - trunk/src/call

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Mon Sep 14 18:51:58 UTC 2009


Author: jkeenan
Date: Mon Sep 14 18:51:57 2009
New Revision: 41263
URL: https://trac.parrot.org/parrot/changeset/41263

Log:
Enforce coding standards:  no tabs in leading whitespace.

Modified:
   trunk/src/call/pcc.c

Modified: trunk/src/call/pcc.c
==============================================================================
--- trunk/src/call/pcc.c	Mon Sep 14 18:31:31 2009	(r41262)
+++ trunk/src/call/pcc.c	Mon Sep 14 18:51:57 2009	(r41263)
@@ -602,7 +602,7 @@
     PMC *sig_pmc = PMCNULL;
 
     if (pc) {
-	if (*pc == 0)
+        if (*pc == 0)
             return 0;
         ++pc;
         sig_pmc = Parrot_pcc_get_pmc_constant(interp, ctx, *pc);


More information about the parrot-commits mailing list