summaryrefslogtreecommitdiff
path: root/ACE/bin/fuzz.pl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2012-01-24 14:40:39 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2012-01-24 14:40:39 +0000
commitbda9e7a7a6eae8ce2619520c865994c5a0b26f93 (patch)
treef0b583c7c0e5106aa85985750200dd2a1e066593 /ACE/bin/fuzz.pl
parenta5b76a29c49737f545128f8a7b4d85666f8fbafb (diff)
downloadATCD-bda9e7a7a6eae8ce2619520c865994c5a0b26f93.tar.gz
Tue Jan 24 14:40:00 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>
* bin/fuzz.pl: Can't check mpc files, when they contain gnuace specific stuff they need tabs
Diffstat (limited to 'ACE/bin/fuzz.pl')
-rwxr-xr-xACE/bin/fuzz.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/bin/fuzz.pl b/ACE/bin/fuzz.pl
index 8d0cdcedb5b..0ea5a0a10f7 100755
--- a/ACE/bin/fuzz.pl
+++ b/ACE/bin/fuzz.pl
@@ -529,7 +529,7 @@ sub check_for_tab ()
return if is_suppressed ();
print "Running tabs check\n";
- ITERATION: foreach $file (@files_cpp, @files_inl, @files_h, @files_idl, @files_cdp, @files_doxygen, @files_changelog, @files_mpc) {
+ ITERATION: foreach $file (@files_cpp, @files_inl, @files_h, @files_idl, @files_cdp, @files_doxygen, @files_changelog) {
if (open (FILE, $file)) {
my $disable = 0;
print "Looking at file $file\n" if $opt_d;