Fix up indentation in update-copyright.py

* update-copyright.py: Use 8 spaces instead of tab to indent.
This commit is contained in:
Jakub Jelinek 2021-01-04 10:16:13 +01:00
parent cf76bbf8a8
commit 2a680610d1

View File

@ -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):