diff options
author | Jakub Jelinek <jakub@redhat.com> | 2021-01-04 10:16:13 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2021-01-04 10:16:13 +0100 |
commit | 2a680610d1cd85fab49a5a9775e253afd30fb9c1 (patch) | |
tree | 5dbb3fdc5541944d02cd955c69e3f8c832ac7bca | |
parent | cf76bbf8a8c35e3e8a5549460a5b9df8eeacf1e8 (diff) | |
download | gcc-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.
-rwxr-xr-x | contrib/update-copyright.py | 2 |
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): |