From: Jakub Jelinek Date: Mon, 4 Jan 2021 09:16:13 +0000 (+0100) Subject: Fix up indentation in update-copyright.py X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2a680610d1cd85fab49a5a9775e253afd30fb9c1;p=gcc.git Fix up indentation in update-copyright.py * update-copyright.py: Use 8 spaces instead of tab to indent. --- diff --git a/contrib/update-copyright.py b/contrib/update-copyright.py index 12ce4c05b7c..2d85e64af5e 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):