summaryrefslogtreecommitdiff
path: root/ACE/bin/fuzz.pl
diff options
context:
space:
mode:
authormsmit <msmit@remedy.nl>2013-11-22 08:24:27 +0000
committermsmit <msmit@remedy.nl>2013-11-22 08:24:27 +0000
commit3006966d10fa44b506e74ed0d75108eac9c82873 (patch)
treecfa4a76a693d0bf9d7da0a9a8be3a014363e3cc4 /ACE/bin/fuzz.pl
parentecd51b97f2d83bf154f00b524a83dbfc98f0939f (diff)
downloadATCD-3006966d10fa44b506e74ed0d75108eac9c82873.tar.gz
Fri Nov 22 09:24:06 UTC 2013 Marcel Smit <msmit@remedy.nl>
* bin/fuzz.pl: Fixed fuzz issues (whitespaces).
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 b93eac34b26..0f1dcfdac43 100755
--- a/ACE/bin/fuzz.pl
+++ b/ACE/bin/fuzz.pl
@@ -118,7 +118,7 @@ sub store_file ($)
my $name = shift;
return if is_excluded ($name);
-
+
if ($name =~ /\.(c|cc|cpp|cxx|tpp)$/i) {
push @files_cpp, ($name);
}