[svn:parrot] r48602 - trunk/config/auto

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Mon Aug 23 00:32:03 UTC 2010


Author: jkeenan
Date: Mon Aug 23 00:32:02 2010
New Revision: 48602
URL: https://trac.parrot.org/parrot/changeset/48602

Log:
[codingstd] Eliminate trailing whitespace.

Modified:
   trunk/config/auto/pmc.pm

Modified: trunk/config/auto/pmc.pm
==============================================================================
--- trunk/config/auto/pmc.pm	Mon Aug 23 00:26:58 2010	(r48601)
+++ trunk/config/auto/pmc.pm	Mon Aug 23 00:32:02 2010	(r48602)
@@ -250,7 +250,7 @@
     # With the test for definedness below, we account for PMCs which have been
     # deactivated but whose index numbers remain in src/pmc/pmc.num.
     my $active_pmcs = [ grep { defined $_ } @sorted_pmcs ];
- 
+
     # At this point we check to see whether any active_pmcs are missing from
     # the MANIFEST.  We warn about any such missing PMCs but (for the time
     # being at least) we proceed to compose $pmc_str.


More information about the parrot-commits mailing list