Gentoo Archives: gentoo-portage-dev

From: Aaron Bauman <bman@g.o>
To: gentoo-portage-dev@l.g.o
Cc: Aaron Bauman <bman@g.o>
Subject: [gentoo-portage-dev] [PATCH 22/68] lib/portage/tests/dep/testExtractAffectingUSE.py: fix whitespace
Date: Mon, 03 Aug 2020 22:44:51
Message-Id: 20200803224327.1593726-22-bman@gentoo.org
In Reply to: [gentoo-portage-dev] [PATCH 01/68] lib/portage/util/_dyn_libs/PreservedLibsRegistry.py: fix whitespace by Aaron Bauman
1 Signed-off-by: Aaron Bauman <bman@g.o>
2 ---
3 lib/portage/tests/dep/testExtractAffectingUSE.py | 6 +++---
4 1 file changed, 3 insertions(+), 3 deletions(-)
5
6 diff --git a/lib/portage/tests/dep/testExtractAffectingUSE.py b/lib/portage/tests/dep/testExtractAffectingUSE.py
7 index 026a55274..6293f25e8 100644
8 --- a/lib/portage/tests/dep/testExtractAffectingUSE.py
9 +++ b/lib/portage/tests/dep/testExtractAffectingUSE.py
10 @@ -1,4 +1,4 @@
11 -# Copyright 2010-2011 Gentoo Foundation
12 +# Copyright 2010-2020 Gentoo Authors
13 # Distributed under the terms of the GNU General Public License v2
14
15 from portage.tests import TestCase
16 @@ -13,7 +13,7 @@ class TestExtractAffectingUSE(TestCase):
17 ("a? ( A ) !b? ( B ) !c? ( C ) d? ( D )", "B", ("b",)),
18 ("a? ( A ) !b? ( B ) !c? ( C ) d? ( D )", "C", ("c",)),
19 ("a? ( A ) !b? ( B ) !c? ( C ) d? ( D )", "D", ("d",)),
20 -
21 +
22 ("a? ( b? ( AB ) )", "AB", ("a", "b")),
23 ("a? ( b? ( c? ( ABC ) ) )", "ABC", ("a", "b", "c")),
24
25 @@ -46,7 +46,7 @@ class TestExtractAffectingUSE(TestCase):
26 ("!? ( A )", "A"),
27 ("( A", "A"),
28 ("A )", "A"),
29 -
30 +
31 ("||( A B )", "A"),
32 ("|| (A B )", "A"),
33 ("|| ( A B)", "A"),
34 --
35 2.28.0