[svn:parrot] r41212 - in trunk/src: . pmc

mikehh at svn.parrot.org mikehh at svn.parrot.org
Fri Sep 11 15:12:29 UTC 2009


Author: mikehh
Date: Fri Sep 11 15:12:29 2009
New Revision: 41212
URL: https://trac.parrot.org/parrot/changeset/41212

Log:
codetest failure - tabs in leading whitespace

Modified:
   trunk/src/packfile.c
   trunk/src/pmc/eval.pmc

Modified: trunk/src/packfile.c
==============================================================================
--- trunk/src/packfile.c	Fri Sep 11 15:05:20 2009	(r41211)
+++ trunk/src/packfile.c	Fri Sep 11 15:12:29 2009	(r41212)
@@ -2218,7 +2218,7 @@
     if (dir->segments) {
         mem_sys_free(dir->segments);
         dir->segments = NULL;
-	dir->num_segments = 0;
+        dir->num_segments = 0;
     }
 }
 

Modified: trunk/src/pmc/eval.pmc
==============================================================================
--- trunk/src/pmc/eval.pmc	Fri Sep 11 15:05:20 2009	(r41211)
+++ trunk/src/pmc/eval.pmc	Fri Sep 11 15:12:29 2009	(r41212)
@@ -187,7 +187,7 @@
 
         /* XXX Quick and dirty fix for TT #995 */
         if ((struct PackFile *)cur_cs == interp->initial_pf
-	        || cur_cs == interp->code) {
+                || cur_cs == interp->code) {
             SUPER();
             return;
         }


More information about the parrot-commits mailing list