Signed-off-by: Aaron Bauman <b...@gentoo.org>
---
 lib/portage/tests/dep/testExtractAffectingUSE.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/portage/tests/dep/testExtractAffectingUSE.py 
b/lib/portage/tests/dep/testExtractAffectingUSE.py
index 026a55274..6293f25e8 100644
--- a/lib/portage/tests/dep/testExtractAffectingUSE.py
+++ b/lib/portage/tests/dep/testExtractAffectingUSE.py
@@ -1,4 +1,4 @@
-# Copyright 2010-2011 Gentoo Foundation
+# Copyright 2010-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 from portage.tests import TestCase
@@ -13,7 +13,7 @@ class TestExtractAffectingUSE(TestCase):
                        ("a? ( A ) !b? ( B ) !c? ( C ) d? ( D )", "B", ("b",)),
                        ("a? ( A ) !b? ( B ) !c? ( C ) d? ( D )", "C", ("c",)),
                        ("a? ( A ) !b? ( B ) !c? ( C ) d? ( D )", "D", ("d",)),
-                       
+
                        ("a? ( b? ( AB ) )", "AB", ("a", "b")),
                        ("a? ( b? ( c? ( ABC ) ) )", "ABC", ("a", "b", "c")),
 
@@ -46,7 +46,7 @@ class TestExtractAffectingUSE(TestCase):
                        ("!? ( A )", "A"),
                        ("( A", "A"),
                        ("A )", "A"),
-                       
+
                        ("||( A B )", "A"),
                        ("|| (A B )", "A"),
                        ("|| ( A B)", "A"),
-- 
2.28.0


Reply via email to