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 65/68] lib/portage/cache/mappings.py: fix whitespace
Date: Mon, 03 Aug 2020 22:46:56
Message-Id: 20200803224327.1593726-65-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/cache/mappings.py | 4 ++--
4 1 file changed, 2 insertions(+), 2 deletions(-)
5
6 diff --git a/lib/portage/cache/mappings.py b/lib/portage/cache/mappings.py
7 index 5933981b9..93764e5b8 100644
8 --- a/lib/portage/cache/mappings.py
9 +++ b/lib/portage/cache/mappings.py
10 @@ -1,4 +1,4 @@
11 -# Copyright: 2005-2019 Gentoo Authors
12 +# Copyright: 2005-2020 Gentoo Authors
13 # Distributed under the terms of the GNU General Public License v2
14 # Author(s): Brian Harring (ferringb@g.o)
15
16 @@ -212,7 +212,7 @@ class ProtectedDict(MutableMapping):
17 self.blacklist[key] = True
18 return
19 raise KeyError(key)
20 -
21 +
22
23 def __iter__(self):
24 for k in self.new:
25 --
26 2.28.0