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

mikehh at svn.parrot.org mikehh at svn.parrot.org
Mon Sep 14 07:38:37 UTC 2009


Author: mikehh
Date: Mon Sep 14 07:38:34 2009
New Revision: 41257
URL: https://trac.parrot.org/parrot/changeset/41257

Log:
codetest failure - tab in leading whitespace

Modified:
   trunk/src/pmc/scalar.pmc

Modified: trunk/src/pmc/scalar.pmc
==============================================================================
--- trunk/src/pmc/scalar.pmc	Mon Sep 14 03:26:32 2009	(r41256)
+++ trunk/src/pmc/scalar.pmc	Mon Sep 14 07:38:34 2009	(r41257)
@@ -108,7 +108,7 @@
             return;
         }
 
-	if (VTABLE_isa(INTERP, value, CONST_STRING(INTERP, "Undef"))) {
+        if (VTABLE_isa(INTERP, value, CONST_STRING(INTERP, "Undef"))) {
             pmc_reuse(INTERP, SELF, enum_class_Undef, 0);
             return;
         }


More information about the parrot-commits mailing list