summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2018-01-27 10:26:34 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2018-01-27 10:26:34 +0100
commitd5ba9d4e65ade6cc83a76c5cc47eab41ed3ad941 (patch)
treeccbe3fc8679bd865df331a4d096a9df999b4df7c
parentfb5c132cda315cf72f7ba0873c2f06b60ca8b952 (diff)
downloadATCD-d5ba9d4e65ade6cc83a76c5cc47eab41ed3ad941.tar.gz
Check trailing whitespaces also for .py files
* 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 5053b0b6115..a237f0ed59f 100755
--- a/ACE/bin/fuzz.pl
+++ b/ACE/bin/fuzz.pl
@@ -610,7 +610,7 @@ sub check_for_trailing_whitespace ()
print "Running trailing_whitespaces check\n";
ITERATION: foreach $file (@files_cpp, @files_inl, @files_h, @files_idl,
- @files_cdp, @files_pl, @files_generic) {
+ @files_cdp, @files_pl, @files_py, @files_generic) {
if (open (FILE, $file)) {
my $disable = 0;
print "Looking at file $file\n" if $opt_d;