Fix up indentation in update-copyright.py
* update-copyright.py: Use 8 spaces instead of tab to indent.
This commit is contained in:
parent
cf76bbf8a8
commit
2a680610d1
@ -594,7 +594,7 @@ class TestsuiteFilter (GenericFilter):
|
|||||||
if filename == 'README' and os.path.basename (dir) == 'params':
|
if filename == 'README' and os.path.basename (dir) == 'params':
|
||||||
return True
|
return True
|
||||||
if filename == 'pdt_5.f03' and os.path.basename (dir) == 'gfortran.dg':
|
if filename == 'pdt_5.f03' and os.path.basename (dir) == 'gfortran.dg':
|
||||||
return True
|
return True
|
||||||
return GenericFilter.skip_file (self, dir, filename)
|
return GenericFilter.skip_file (self, dir, filename)
|
||||||
|
|
||||||
class LibCppFilter (GenericFilter):
|
class LibCppFilter (GenericFilter):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user