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 53/68] lib/portage/checksum.py: fix whitespace
Date: Mon, 03 Aug 2020 22:46:24
Message-Id: 20200803224327.1593726-53-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/checksum.py | 4 ++--
4 1 file changed, 2 insertions(+), 2 deletions(-)
5
6 diff --git a/lib/portage/checksum.py b/lib/portage/checksum.py
7 index 8f01f6ac4..d4a75c058 100644
8 --- a/lib/portage/checksum.py
9 +++ b/lib/portage/checksum.py
10 @@ -1,5 +1,5 @@
11 # checksum.py -- core Portage functionality
12 -# Copyright 1998-2017 Gentoo Foundation
13 +# Copyright 1998-2020 Gentoo Authors
14 # Distributed under the terms of the GNU General Public License v2
15
16 import portage
17 @@ -75,7 +75,7 @@ class _generate_hash_function:
18 def checksum_file(self, filename):
19 """
20 Run a checksum against a file.
21 -
22 +
23 @param filename: File to run the checksum against
24 @type filename: String
25 @return: The hash and size of the data
26 --
27 2.28.0