Author: paultcochrane
Date: Fri Jan 11 08:39:25 2008
New Revision: 24756

Modified:
   trunk/config/auto/readline.pm
   trunk/config/auto/warnings.pm

Log:
[config] Removed trailing whitespace


Modified: trunk/config/auto/readline.pm
==============================================================================
--- trunk/config/auto/readline.pm       (original)
+++ trunk/config/auto/readline.pm       Fri Jan 11 08:39:25 2008
@@ -53,7 +53,7 @@
     # Fink/macports locations.
     $self->_handle_darwin_for_fink($conf, $osname, 'readline/readline.h');
     # Since this config step class is the only one that checks for a
-    # macports-installed program, we have not yet had need to create an 
+    # macports-installed program, we have not yet had need to create an
     # 'auto::macports' config step and do not yet have enough basis to extract
     # this code into a Parrot::Configure::Step::Methods method analogous to
     # _handle_darwin_for_fink().

Modified: trunk/config/auto/warnings.pm
==============================================================================
--- trunk/config/auto/warnings.pm       (original)
+++ trunk/config/auto/warnings.pm       Fri Jan 11 08:39:25 2008
@@ -93,7 +93,7 @@
         -Wwrite-strings
         -Wnot-a-real-warning
     );
-    
+
     my @cage_warnings = qw(
         -std=c89
         -Wconversion
@@ -120,7 +120,7 @@
         -Wunused-value
         -Wunused-variable
     );
-    
+
     $data{potential_warnings} = [EMAIL PROTECTED];
     $data{cage_warnings} = [EMAIL PROTECTED];
     return \%data;

Reply via email to