Normalize leading whitespace on the 'if [ -n "${SPL_BINARY}" ]' and
matching 'then' lines in do_deploy to be consistent with the surrounding
code. Spaces-only change, no logic change.Signed-off-by: Sandeep Gundlupet Raju <[email protected]> --- meta/recipes-bsp/u-boot/u-boot.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-bsp/u-boot/u-boot.inc b/meta/recipes-bsp/u-boot/u-boot.inc index 01137cb495..a75948dfc3 100644 --- a/meta/recipes-bsp/u-boot/u-boot.inc +++ b/meta/recipes-bsp/u-boot/u-boot.inc @@ -337,8 +337,8 @@ do_deploy () { fi fi - if [ -n "${SPL_BINARY}" ] - then + if [ -n "${SPL_BINARY}" ] + then if [ -n "${UBOOT_CONFIG}" ] then for config in ${UBOOT_MACHINE}; do -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#234249): https://lists.openembedded.org/g/openembedded-core/message/234249 Mute This Topic: https://lists.openembedded.org/mt/118580730/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
