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

fperrad at svn.parrot.org fperrad at svn.parrot.org
Tue Feb 10 12:29:27 UTC 2009


Author: fperrad
Date: Tue Feb 10 12:29:26 2009
New Revision: 36532
URL: https://trac.parrot.org/parrot/changeset/36532

Log:
[codingstd] fix tabs

Modified:
   trunk/src/pmc/exceptionhandler.pmc

Modified: trunk/src/pmc/exceptionhandler.pmc
==============================================================================
--- trunk/src/pmc/exceptionhandler.pmc	Tue Feb 10 12:06:09 2009	(r36531)
+++ trunk/src/pmc/exceptionhandler.pmc	Tue Feb 10 12:29:26 2009	(r36532)
@@ -198,7 +198,7 @@
         ||  VTABLE_isa(INTERP, exception, ex_str)) {
             PMC *handled_types;
             PMC *handled_types_except;
-	    INTVAL min_severity, max_severity;
+            INTVAL min_severity, max_severity;
             GET_ATTR_handled_types(INTERP, SELF, handled_types);
             GET_ATTR_handled_types_except(INTERP, SELF, handled_types_except);
             GET_ATTR_max_severity(INTERP, SELF, max_severity);


More information about the parrot-commits mailing list