This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove whitespace errors from bisect-runner.pl
authorNicholas Clark <nick@ccl4.org>
Wed, 5 Oct 2011 19:38:23 +0000 (21:38 +0200)
committerNicholas Clark <nick@ccl4.org>
Wed, 5 Oct 2011 19:38:23 +0000 (21:38 +0200)
2 trailing spaces and 1 piece of "trailing garbage" in a patch now gone.

Porting/bisect-runner.pl

index d480277..232cdc7 100755 (executable)
@@ -227,7 +227,7 @@ and earlier the tests run very quickly.
 
 -e 'code to run'
 
-Example code to run, just like you'd use with C<perl -e>. 
+Example code to run, just like you'd use with C<perl -e>.
 
 This prepends C<./perl -Ilib -e 'code to run'> to the test case given,
 or C<./miniperl> if I<target> is C<miniperl>.
@@ -584,7 +584,7 @@ index 3d2e8b9..6ce7766 100755
  
 EOPATCH
 }
-    
+
 # There was a bug in makedepend.SH which was fixed in version 96a8704c.
 # Symptom was './makedepend: 1: Syntax error: Unterminated quoted string'
 # Remove this if you're actually bisecting a problem related to makedepend.SH
@@ -640,7 +640,6 @@ if ($^O eq 'freebsd') {
          lddlflags="-shared "
          cccdlflags='-DPIC -fPIC'
         ;;
-
 EOPATCH
     }
 }