[memcached] bradfitz, r332: whoops. this removed extra blank lines ...

commits at code.sixapart.com commits at code.sixapart.com
Mon Sep 4 03:52:53 UTC 2006


whoops.  this removed extra blank lines between functions earlier



U   trunk/server/devtools/clean-whitespace.pl


Modified: trunk/server/devtools/clean-whitespace.pl
===================================================================
--- trunk/server/devtools/clean-whitespace.pl	2006-09-04 02:33:13 UTC (rev 331)
+++ trunk/server/devtools/clean-whitespace.pl	2006-09-04 03:52:53 UTC (rev 332)
@@ -9,7 +9,7 @@
     close ($fh);
     my $after = $before;
     $after =~ s/\t/    /g;
-    $after =~ s/\s+$//mg;
+    $after =~ s/ +$//mg;
     $after .= "\n" unless $after =~ /\n$/;
     next if $after eq $before;
     open(my $fh, ">$f") or die;




More information about the memcached-commits mailing list