aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2020-08-03 18:42:23 -0400
committerZac Medico <zmedico@gentoo.org>2020-08-03 15:54:28 -0700
commitcf99f12e9545d874a9f494ca43a08607fb52dfa7 (patch)
tree18c1546644395c67a4b96d7f69084df2698ae748 /lib/portage/glsa.py
parentlib/portage/tests/dep/testAtom.py: fix whitespace (diff)
downloadportage-cf99f12e9545d874a9f494ca43a08607fb52dfa7.tar.gz
portage-cf99f12e9545d874a9f494ca43a08607fb52dfa7.tar.bz2
portage-cf99f12e9545d874a9f494ca43a08607fb52dfa7.zip
lib/portage/glsa.py: fix whitespace
* Fix whitespace * Update copyright Signed-off-by: Aaron Bauman <bman@gentoo.org> Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'lib/portage/glsa.py')
-rw-r--r--lib/portage/glsa.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/portage/glsa.py b/lib/portage/glsa.py
index 4066d6747..12b33f45d 100644
--- a/lib/portage/glsa.py
+++ b/lib/portage/glsa.py
@@ -1,4 +1,4 @@
-# Copyright 2003-2017 Gentoo Foundation
+# Copyright 2003-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
from __future__ import absolute_import
@@ -34,7 +34,7 @@ SPACE_ESCAPE = "!;_" # some random string to mark spaces that should be preserv
def get_applied_glsas(settings):
"""
Return a list of applied or injected GLSA IDs
-
+
@type settings: portage.config
@param settings: portage config instance
@rtype: list