[svn:parrot] r43222 - trunk/tools/dev

mikehh at svn.parrot.org mikehh at svn.parrot.org
Wed Dec 23 06:48:02 UTC 2009


Author: mikehh
Date: Wed Dec 23 06:48:01 2009
New Revision: 43222
URL: https://trac.parrot.org/parrot/changeset/43222

Log:
fix codetest failure - trailing whitespace

Modified:
   trunk/tools/dev/checkdepend.pl

Modified: trunk/tools/dev/checkdepend.pl
==============================================================================
--- trunk/tools/dev/checkdepend.pl	Wed Dec 23 06:26:18 2009	(r43221)
+++ trunk/tools/dev/checkdepend.pl	Wed Dec 23 06:48:01 2009	(r43222)
@@ -102,7 +102,7 @@
             # on failure.
             is($declared, $inc, "$file is missing this dependency.");
             $failed = 1;
-             
+
         }
     }
     $declared =~ s/^\s+//;


More information about the parrot-commits mailing list