Changeset 491

Show
Ignore:
Timestamp:
04/10/07 00:02:36 (2 years ago)
Author:
plindner
Message:

catch autoconf mixed tabs/spaces too

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/server/devtools/clean-whitespace.pl

    r332 r491  
    33use FindBin qw($Bin); 
    44chdir "$Bin/.." or die; 
    5 my @files = (glob("*.h"), glob("*.c")); 
     5my @files = (glob("*.h"), glob("*.c"), glob("*.ac")); 
    66foreach my $f (@files) { 
    77    open(my $fh, $f) or die;