From 2a680610d1cd85fab49a5a9775e253afd30fb9c1 Mon Sep 17 00:00:00 2001
From: Jakub Jelinek <jakub@redhat.com>
Date: Mon, 4 Jan 2021 10:16:13 +0100
Subject: [PATCH] Fix up indentation in update-copyright.py

	* update-copyright.py: Use 8 spaces instead of tab to indent.
---
 contrib/update-copyright.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/update-copyright.py b/contrib/update-copyright.py
index 12ce4c05b7cc..2d85e64af5ee 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):
-- 
GitLab