aboutsummaryrefslogtreecommitdiff
path: root/contrib/update-copyright.py
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2021-01-04 10:16:13 +0100
committerJakub Jelinek <jakub@redhat.com>2021-01-04 10:16:13 +0100
commit2a680610d1cd85fab49a5a9775e253afd30fb9c1 (patch)
tree5dbb3fdc5541944d02cd955c69e3f8c832ac7bca /contrib/update-copyright.py
parentcf76bbf8a8c35e3e8a5549460a5b9df8eeacf1e8 (diff)
downloadgcc-2a680610d1cd85fab49a5a9775e253afd30fb9c1.zip
gcc-2a680610d1cd85fab49a5a9775e253afd30fb9c1.tar.gz
gcc-2a680610d1cd85fab49a5a9775e253afd30fb9c1.tar.bz2
Fix up indentation in update-copyright.py
* update-copyright.py: Use 8 spaces instead of tab to indent.
Diffstat (limited to 'contrib/update-copyright.py')
-rwxr-xr-xcontrib/update-copyright.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/update-copyright.py b/contrib/update-copyright.py
index 12ce4c0..2d85e64 100755
--- a/contrib/update-copyright.py
+++ b/contrib/update-copyright.py
@@ -594,7 +594,7 @@ class TestsuiteFilter (GenericFilter):
if filename == 'README' and os.path.basename (dir) == 'params':
return True
if filename == 'pdt_5.f03' and os.path.basename (dir) == 'gfortran.dg':
- return True
+ return True
return GenericFilter.skip_file (self, dir, filename)
class LibCppFilter (GenericFilter):