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

mikehh at svn.parrot.org mikehh at svn.parrot.org
Tue May 25 20:31:27 UTC 2010


Author: mikehh
Date: Tue May 25 20:31:26 2010
New Revision: 46996
URL: https://trac.parrot.org/parrot/changeset/46996

Log:
fix codetest failure - tabs in leading whitespace

Modified:
   trunk/src/pmc/exception.pmc

Modified: trunk/src/pmc/exception.pmc
==============================================================================
--- trunk/src/pmc/exception.pmc	Tue May 25 19:30:40 2010	(r46995)
+++ trunk/src/pmc/exception.pmc	Tue May 25 20:31:26 2010	(r46996)
@@ -159,7 +159,7 @@
         /* Set up the values for the exception object. */
 
         SET_ATTR_severity(INTERP, SELF, severity_val);
-	if (! STRING_IS_NULL(message_val))
+        if (! STRING_IS_NULL(message_val))
             SET_ATTR_message(INTERP, SELF, message_val);
 
     }


More information about the parrot-commits mailing list