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

NotFound at svn.parrot.org NotFound at svn.parrot.org
Thu Aug 6 23:22:11 UTC 2009


Author: NotFound
Date: Thu Aug  6 23:22:04 2009
New Revision: 40436
URL: https://trac.parrot.org/parrot/changeset/40436

Log:
[cage] codingstd hard tabs, mikehh++

Modified:
   trunk/src/pmc/exporter.pmc

Modified: trunk/src/pmc/exporter.pmc
==============================================================================
--- trunk/src/pmc/exporter.pmc	Thu Aug  6 22:52:43 2009	(r40435)
+++ trunk/src/pmc/exporter.pmc	Thu Aug  6 23:22:04 2009	(r40436)
@@ -152,9 +152,9 @@
         PMC *ns_src;
         PMC *ns_dest;
         PMC *globals;
-	GET_ATTR_ns_src(INTERP, SELF, ns_src);
-	GET_ATTR_ns_dest(INTERP, SELF, ns_dest);
-	GET_ATTR_globals(INTERP, SELF, globals);
+        GET_ATTR_ns_src(INTERP, SELF, ns_src);
+        GET_ATTR_ns_dest(INTERP, SELF, ns_dest);
+        GET_ATTR_globals(INTERP, SELF, globals);
 
         if (ns_src)
             Parrot_gc_mark_PObj_alive(interp, (PObj *)ns_src);


More information about the parrot-commits mailing list