Fix mismatching indentation.

Signed-off-by: Ross Burton <[email protected]>
---
 meta/classes-recipe/cargo.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes-recipe/cargo.bbclass 
b/meta/classes-recipe/cargo.bbclass
index 2dd28e95d33..8e05a820af4 100644
--- a/meta/classes-recipe/cargo.bbclass
+++ b/meta/classes-recipe/cargo.bbclass
@@ -61,7 +61,7 @@ cargo_do_install () {
        for tgt in "${B}/target/${CARGO_TARGET_SUBDIR}/"*; do
                case $tgt in
                *.so|*.rlib)
-                        if [ -n "${CARGO_INSTALL_LIBRARIES}" ]; then
+                       if [ -n "${CARGO_INSTALL_LIBRARIES}" ]; then
                                install -d "${D}${rustlibdir}"
                                install -m755 "$tgt" "${D}${rustlibdir}"
                                have_installed=true
-- 
2.43.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#241488): 
https://lists.openembedded.org/g/openembedded-core/message/241488
Mute This Topic: https://lists.openembedded.org/mt/120365439/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to