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 15/68] lib/portage/elog/__init__.py: fix whitespace
Date: Mon, 03 Aug 2020 22:44:31
Message-Id: 20200803224327.1593726-15-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/elog/__init__.py | 4 ++--
4 1 file changed, 2 insertions(+), 2 deletions(-)
5
6 diff --git a/lib/portage/elog/__init__.py b/lib/portage/elog/__init__.py
7 index ad6048481..ae855b674 100644
8 --- a/lib/portage/elog/__init__.py
9 +++ b/lib/portage/elog/__init__.py
10 @@ -1,5 +1,5 @@
11 # elog/__init__.py - elog core functions
12 -# Copyright 2006-2014 Gentoo Foundation
13 +# Copyright 2006-2020 Gentoo Authors
14 # Distributed under the terms of the GNU General Public License v2
15
16 import sys
17 @@ -92,7 +92,7 @@ _elog_atexit_handlers = []
18
19 def elog_process(cpv, mysettings, phasefilter=None):
20 global _elog_atexit_handlers
21 -
22 +
23 logsystems = mysettings.get("PORTAGE_ELOG_SYSTEM","").split()
24 for s in logsystems:
25 # allow per module overrides of PORTAGE_ELOG_CLASSES
26 --
27 2.28.0