Changeset 491
- Timestamp:
- 04/10/07 00:02:36 (2 years ago)
- Files:
-
- trunk/server/devtools/clean-whitespace.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/server/devtools/clean-whitespace.pl
r332 r491 3 3 use FindBin qw($Bin); 4 4 chdir "$Bin/.." or die; 5 my @files = (glob("*.h"), glob("*.c") );5 my @files = (glob("*.h"), glob("*.c"), glob("*.ac")); 6 6 foreach my $f (@files) { 7 7 open(my $fh, $f) or die;
