[svn:parrot] r46223 - in trunk: config/gen/makefiles tools/docs

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Sun May 2 23:38:26 UTC 2010


Author: jkeenan
Date: Sun May  2 23:38:25 2010
New Revision: 46223
URL: https://trac.parrot.org/parrot/changeset/46223

Log:
[codingstd] No trailing whitespace permitted.

Modified:
   trunk/config/gen/makefiles/docs.in
   trunk/tools/docs/filename_and_chapter.pl

Modified: trunk/config/gen/makefiles/docs.in
==============================================================================
--- trunk/config/gen/makefiles/docs.in	Sun May  2 23:23:54 2010	(r46222)
+++ trunk/config/gen/makefiles/docs.in	Sun May  2 23:38:25 2010	(r46223)
@@ -51,7 +51,7 @@
 	$(PERL) -I../lib ../tools/docs/write_docs.pl --silent --version=$(VERSION)
 
 # The pdf target is to generate a parrot PDF document.
-# It will not work on Windows. It use the Unix syntax to specify the 
+# It will not work on Windows. It use the Unix syntax to specify the
 # path of files. May be that will be changed.
 pdf: ../tools/docs/filename_and_chapter.pl
 	$(MKPATH) build/modified_pod

Modified: trunk/tools/docs/filename_and_chapter.pl
==============================================================================
--- trunk/tools/docs/filename_and_chapter.pl	Sun May  2 23:23:54 2010	(r46222)
+++ trunk/tools/docs/filename_and_chapter.pl	Sun May  2 23:38:25 2010	(r46223)
@@ -2,7 +2,7 @@
 # Copyright (C) 2010, Parrot Foundation.
 # $Id$
 #
-# perl script that writes modified POD files to the directory 
+# perl script that writes modified POD files to the directory
 # 'build/modified_pod'. Then this script generates a latex file from
 # this POD.
 #


More information about the parrot-commits mailing list