[PATCH 1/6] cargo.eclass: fix indentation

Sam James <[email protected]> Fri, 10 Jul 2026 17:41:07 +0100
Newsgroups gmane.linux.gentoo.devel
Message-ID <c6a21903f0ae17198854b7454466711bbf9eaa79.1783701660.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