Author: paultcochrane
Date: Thu Mar 15 11:04:43 2007
New Revision: 17494

Modified:
   trunk/tools/build/ops2c.pl
   trunk/tools/build/ops2pm.pl

Log:
[tools/build] Removed trailing whitespace (part 4)


Modified: trunk/tools/build/ops2c.pl
==============================================================================
--- trunk/tools/build/ops2c.pl  (original)
+++ trunk/tools/build/ops2c.pl  Thu Mar 15 11:04:43 2007
@@ -9,7 +9,7 @@
 
 my $flagref = getoptions();
 if (
-        (not defined $flagref) or 
+        (not defined $flagref) or
         $flagref->{help} or
         (not @ARGV)
     ) {
@@ -131,11 +131,11 @@
 Based on the commit logs, the following members of the Parrot project have
 contributed to this program:
 
-    ambs bernhard boemmels brentdax chip 
-    coke dan gregor grunblatt jgoff 
-    jkeenan jonathan josh jrieks leo 
-    mikescott mrjoltcola nicholas particle paultcochrane 
-    petdance rgrjr robert simon 
+    ambs bernhard boemmels brentdax chip
+    coke dan gregor grunblatt jgoff
+    jkeenan jonathan josh jrieks leo
+    mikescott mrjoltcola nicholas particle paultcochrane
+    petdance rgrjr robert simon
 
 =head1 SEE ALSO
 

Modified: trunk/tools/build/ops2pm.pl
==============================================================================
--- trunk/tools/build/ops2pm.pl (original)
+++ trunk/tools/build/ops2pm.pl Thu Mar 15 11:04:43 2007
@@ -27,7 +27,7 @@
 } );
 
 $self->prepare_ops();
-    
+
 if ($flagref->{renum}) {
     $self->renum_op_map_file();
     exit 0;
@@ -55,7 +55,7 @@
 =head1 DESCRIPTION
 
 Reads the ops files listed on the command line and outputs a
-F<Parrot::OpLib::core> module containing information about the ops.  
+F<Parrot::OpLib::core> module containing information about the ops.
 Also outputs F<include/parrot/oplib/ops.h>.  This program is called by Parrot's
 F<make>.
 
@@ -81,10 +81,10 @@
 
 =back
 
-Most of the functionality in this program is now held in Parrot::Ops2pm::Util 
-methods and a small number of Parrot::Ops2pm::Auxiliary subroutines.  
+Most of the functionality in this program is now held in Parrot::Ops2pm::Util
+methods and a small number of Parrot::Ops2pm::Auxiliary subroutines.
 See those modules' documentation for discussion of those functions.
-Revisions to the functionality should be made in those packages and tested 
+Revisions to the functionality should be made in those packages and tested
 against tests found in F<t/tools/ops2pmutils/>.
 
 =head1 WARNING
@@ -156,7 +156,7 @@
   Andy Dougherty
   Jeff Gof
   Steve Fink
-  
+
 =cut
 
 # Local Variables:

Reply via email to