[svn:parrot] r43518 - branches/one_make/config/gen/makefiles

mikehh at svn.parrot.org mikehh at svn.parrot.org
Wed Jan 20 21:43:27 UTC 2010


Author: mikehh
Date: Wed Jan 20 21:43:25 2010
New Revision: 43518
URL: https://trac.parrot.org/parrot/changeset/43518

Log:
fix codetest failure - trailing whitespace

Modified:
   branches/one_make/config/gen/makefiles/root.in

Modified: branches/one_make/config/gen/makefiles/root.in
==============================================================================
--- branches/one_make/config/gen/makefiles/root.in	Wed Jan 20 18:52:48 2010	(r43517)
+++ branches/one_make/config/gen/makefiles/root.in	Wed Jan 20 21:43:25 2010	(r43518)
@@ -221,7 +221,7 @@
 	runtime/parrot/include/pmctypes.pasm \
 
 GEN_PM_INCLUDES = \
-	lib/Parrot/Pmc2c/PCCMETHOD_BITS.pm 
+	lib/Parrot/Pmc2c/PCCMETHOD_BITS.pm
 
 CONFIGURE_GENERATED_FILES = \
     $(GEN_CONFIGS) \


More information about the parrot-commits mailing list