[PATCH 2/9] cargo.eclass: fix indentation
Sam James <[email protected]> Thu, 9 Jul 2026 22:22:11 +0100
| Newsgroups | gmane.linux.gentoo.devel |
|---|---|
| Message-ID | <f876508e38da3ec9bcb4f894eb07496e34db6deb.1783632121.git.sam@gentoo.org> |
Signed-off-by: Sam James <[email protected]> --- eclass/cargo.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/cargo.eclass b/eclass/cargo.eclass index c385b8e5abd45..bf2a820537878 100644 --- a/eclass/cargo.eclass +++ b/eclass/cargo.eclass @@ -21,7 +21,7 @@ if [[ -z ${_CARGO_ECLASS} ]]; then _CARGO_ECLASS=1 if [[ -n ${RUST_NEEDS_LLVM} ]]; then - inherit llvm-r1 + inherit llvm-r1 fi if [[ -n ${CARGO_OPTIONAL} ]]; then -- 2.55.0