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

mikehh at svn.parrot.org mikehh at svn.parrot.org
Fri May 14 15:00:29 UTC 2010


Author: mikehh
Date: Fri May 14 15:00:29 2010
New Revision: 46610
URL: https://trac.parrot.org/parrot/changeset/46610

Log:
fix codetest failure - tabs in leading whitespace

Modified:
   trunk/src/pmc/imageio.pmc

Modified: trunk/src/pmc/imageio.pmc
==============================================================================
--- trunk/src/pmc/imageio.pmc	Fri May 14 13:06:08 2010	(r46609)
+++ trunk/src/pmc/imageio.pmc	Fri May 14 15:00:29 2010	(r46610)
@@ -640,7 +640,7 @@
                             EXCEPTION_MALFORMED_PACKFILE,
                             "Reference to constant not yet unpacked %d", i);
                 return table->constants[i]->u.string;
-	    }
+        }
 
             /* XXX
              * only got here because constant table doesn't contain the string


More information about the parrot-commits mailing list