[memcached] plindner, r491: catch autoconf mixed tabs/spaces too

commits at code.sixapart.com commits at code.sixapart.com
Tue Apr 10 00:02:40 UTC 2007


catch autoconf mixed tabs/spaces too

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


Modified: trunk/server/devtools/clean-whitespace.pl
===================================================================
--- trunk/server/devtools/clean-whitespace.pl	2007-04-08 15:29:03 UTC (rev 490)
+++ trunk/server/devtools/clean-whitespace.pl	2007-04-10 00:02:36 UTC (rev 491)
@@ -2,7 +2,7 @@
 use strict;
 use FindBin qw($Bin);
 chdir "$Bin/.." or die;
-my @files = (glob("*.h"), glob("*.c"));
+my @files = (glob("*.h"), glob("*.c"), glob("*.ac"));
 foreach my $f (@files) {
     open(my $fh, $f) or die;
     my $before = do { local $/; <$fh>; };




More information about the memcached-commits mailing list