[svn:parrot] r38218 - in trunk/config: auto gen/makefiles gen/platform/openbsd

coke at svn.parrot.org coke at svn.parrot.org
Mon Apr 20 01:53:37 UTC 2009


Author: coke
Date: Mon Apr 20 01:53:36 2009
New Revision: 38218
URL: https://trac.parrot.org/parrot/changeset/38218

Log:
[cage] Remove trailing whitespace.

Modified:
   trunk/config/auto/perldoc.pm
   trunk/config/gen/makefiles/docs.in
   trunk/config/gen/platform/openbsd/math.c

Modified: trunk/config/auto/perldoc.pm
==============================================================================
--- trunk/config/auto/perldoc.pm	Mon Apr 20 01:30:47 2009	(r38217)
+++ trunk/config/auto/perldoc.pm	Mon Apr 20 01:53:36 2009	(r38218)
@@ -38,7 +38,7 @@
 
     my $cmd = $conf->data->get_p5('scriptdirexp') . q{/perldoc};
     my ( $fh, $filename ) = tempfile( UNLINK => 1 );
-    my($stdout, $stderr, $retval) = 
+    my($stdout, $stderr, $retval) =
 	capture_output("$cmd -u perldoc > $filename");
     my($content) = $retval ? undef : $stderr;
 
@@ -70,7 +70,7 @@
         if ( $new_perldoc ) {
             $TEMP_pod_build .= <<"END"
 ops$slash$pod: ..${slash}src${slash}ops${slash}$ops
-\t\$(PERLDOC) -u ..${slash}src${slash}ops${slash}$ops > ops${slash}$pod 
+\t\$(PERLDOC) -u ..${slash}src${slash}ops${slash}$ops > ops${slash}$pod
 \t\$(CHMOD) 0644 ops${slash}$pod
 
 END

Modified: trunk/config/gen/makefiles/docs.in
==============================================================================
--- trunk/config/gen/makefiles/docs.in	Mon Apr 20 01:30:47 2009	(r38217)
+++ trunk/config/gen/makefiles/docs.in	Mon Apr 20 01:53:36 2009	(r38218)
@@ -37,7 +37,7 @@
 	$(MKPATH) ops
 
 packfile-c.pod: ../src/packfile.c
-#IF(new_perldoc):	$(PERLDOC) -u ../src/packfile.c > packfile-c.pod 
+#IF(new_perldoc):	$(PERLDOC) -u ../src/packfile.c > packfile-c.pod
 #ELSE:	$(PERLDOC) -u ../src/packfile.c > packfile-c.pod
 
 clean:

Modified: trunk/config/gen/platform/openbsd/math.c
==============================================================================
--- trunk/config/gen/platform/openbsd/math.c	Mon Apr 20 01:30:47 2009	(r38217)
+++ trunk/config/gen/platform/openbsd/math.c	Mon Apr 20 01:53:36 2009	(r38218)
@@ -26,7 +26,7 @@
  */
 
 #include <math.h>
-#ifdef _IEEE_ 
+#ifdef _IEEE_
 
 _LIB_VERSION_TYPE _LIB_VERSION = _IEEE_;
 


More information about the parrot-commits mailing list