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

fperrad at svn.parrot.org fperrad at svn.parrot.org
Sat Mar 14 18:16:21 UTC 2009


Author: fperrad
Date: Sat Mar 14 18:16:20 2009
New Revision: 37415
URL: https://trac.parrot.org/parrot/changeset/37415

Log:
[codingstd] remove trailing space

Modified:
   trunk/src/pmc/lexinfo.pmc

Modified: trunk/src/pmc/lexinfo.pmc
==============================================================================
--- trunk/src/pmc/lexinfo.pmc	Sat Mar 14 15:58:25 2009	(r37414)
+++ trunk/src/pmc/lexinfo.pmc	Sat Mar 14 18:16:20 2009	(r37415)
@@ -142,7 +142,7 @@
 
                     PARROT_ASSERT(bucket->key);
                     VTABLE_push_string(interp, result, (STRING *)bucket->key);
-                    
+
                     bucket = bucket->next;
                 }
             }


More information about the parrot-commits mailing list