[svn:parrot] r48373 - branches/tt1726_pmc_pod/t/codingstd
mikehh at svn.parrot.org
mikehh at svn.parrot.org
Tue Aug 10 00:18:56 UTC 2010
Author: mikehh
Date: Tue Aug 10 00:18:55 2010
New Revision: 48373
URL: https://trac.parrot.org/parrot/changeset/48373
Log:
fix codetest failure - trailing spaces
Modified:
branches/tt1726_pmc_pod/t/codingstd/pmc_docs.t
Modified: branches/tt1726_pmc_pod/t/codingstd/pmc_docs.t
==============================================================================
--- branches/tt1726_pmc_pod/t/codingstd/pmc_docs.t Mon Aug 9 21:09:18 2010 (r48372)
+++ branches/tt1726_pmc_pod/t/codingstd/pmc_docs.t Tue Aug 10 00:18:55 2010 (r48373)
@@ -50,7 +50,7 @@
my %all_files = ();
-# Traverse each file, analyzing each function declaration therein, then
+# Traverse each file, analyzing each function declaration therein, then
# post results in %all_files.
foreach my $path (@files) {
More information about the parrot-commits
mailing list