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

whiteknight at svn.parrot.org whiteknight at svn.parrot.org
Fri Jun 12 13:02:15 UTC 2009


Author: whiteknight
Date: Fri Jun 12 13:02:13 2009
New Revision: 39523
URL: https://trac.parrot.org/parrot/changeset/39523

Log:
[codingstd] remove trailing whitespace from default.pmc

Modified:
   trunk/src/pmc/default.pmc

Modified: trunk/src/pmc/default.pmc
==============================================================================
--- trunk/src/pmc/default.pmc	Fri Jun 12 08:42:10 2009	(r39522)
+++ trunk/src/pmc/default.pmc	Fri Jun 12 13:02:13 2009	(r39523)
@@ -496,7 +496,7 @@
     VTABLE PMC *get_namespace() {
 
         /* Because singletons are shared between interpreters, we need to make
-         * special effort to use the right namespace for method lookups.  
+         * special effort to use the right namespace for method lookups.
          * Note that this trick won't work if the singleton inherits from
          * something else (because the MRO will still be shared).
          * Having this code here avoids creating a special case for singletons


More information about the parrot-commits mailing list