You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2013/07/08 14:48:03 UTC

svn commit: r1500699 - /subversion/trunk/tools/dist/backport.pl

Author: danielsh
Date: Mon Jul  8 12:48:02 2013
New Revision: 1500699

URL: http://svn.apache.org/r1500699
Log:
* tools/dist/backport.pl
  (vote): Don't make spurious whitespace changes.

Modified:
    subversion/trunk/tools/dist/backport.pl

Modified: subversion/trunk/tools/dist/backport.pl
URL: http://svn.apache.org/viewvc/subversion/trunk/tools/dist/backport.pl?rev=1500699&r1=1500698&r2=1500699&view=diff
==============================================================================
--- subversion/trunk/tools/dist/backport.pl (original)
+++ subversion/trunk/tools/dist/backport.pl Mon Jul  8 12:48:02 2013
@@ -350,7 +350,7 @@ sub vote {
     (exists $approved->{$.}) ? ($raw_approved .= $_) : (print VOTES);
   }
   close STATUS;
-  print VOTES "\n" unless $had_empty_line;
+  print VOTES "\n" if $raw_approved and $had_empty_line;
   print VOTES $raw_approved;
   close VOTES;
   die "Some vote chunks weren't found: "