commit:     949d6f573ad8376e0fd3f34cb0037332eaae08f3
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 31 01:18:20 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 31 02:02:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=949d6f57

cargo.eclass: consistent comment whitespace

Signed-off-by: Sam James <sam <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/20208
Signed-off-by: Sam James <sam <AT> gentoo.org>

 eclass/cargo.eclass | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/eclass/cargo.eclass b/eclass/cargo.eclass
index e763ac3468c..e2894b4588b 100644
--- a/eclass/cargo.eclass
+++ b/eclass/cargo.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # @ECLASS: cargo.eclass
@@ -204,7 +204,6 @@ cargo_src_unpack() {
 # @FUNCTION: cargo_live_src_unpack
 # @DESCRIPTION:
 # Runs 'cargo fetch' and vendors downloaded crates for offline use, used in 
live ebuilds
-
 cargo_live_src_unpack() {
        debug-print-function ${FUNCNAME} "$@"
 
@@ -316,7 +315,6 @@ cargo_live_src_unpack() {
 # In some cases crates may need '--no-default-features' option,
 # as there is no way to disable single feature, except disabling all.
 # It can be passed directly to cargo_src_configure().
-
 cargo_src_configure() {
        debug-print-function ${FUNCNAME} "$@"
 
@@ -361,7 +359,6 @@ cargo_src_compile() {
 # In come case workspaces need alternative --path parameter
 # default is '--path ./' if nothing specified.
 # '--path ./somedir' can be passed directly to cargo_src_install()
-
 cargo_src_install() {
        debug-print-function ${FUNCNAME} "$@"
 

Reply via email to