[Buildroot] [git commit] boot/opensbi: Config.in: Cosmetic style fix

Yann E. MORIN yann.morin.1998 at free.fr
Mon Jun 26 17:02:44 UTC 2023


commit: https://git.buildroot.net/buildroot/commit/?id=59c4515e92c17c807587f27fff5ce175c39d8cf2
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Use space intead of tab before 'if'.

Signed-off-by: Bin Meng <bmeng at tinylab.org>
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
---
 boot/opensbi/Config.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/boot/opensbi/Config.in b/boot/opensbi/Config.in
index 5e6b8d158e..99c4989479 100644
--- a/boot/opensbi/Config.in
+++ b/boot/opensbi/Config.in
@@ -57,10 +57,10 @@ endif
 
 config BR2_TARGET_OPENSBI_VERSION
 	string
-	default "1.2"	if BR2_TARGET_OPENSBI_LATEST_VERSION
+	default "1.2" if BR2_TARGET_OPENSBI_LATEST_VERSION
 	default BR2_TARGET_OPENSBI_CUSTOM_VERSION_VALUE \
 		if BR2_TARGET_OPENSBI_CUSTOM_VERSION
-	default "custom"	if BR2_TARGET_OPENSBI_CUSTOM_TARBALL
+	default "custom" if BR2_TARGET_OPENSBI_CUSTOM_TARBALL
 	default BR2_TARGET_OPENSBI_CUSTOM_REPO_VERSION \
 		if BR2_TARGET_OPENSBI_CUSTOM_GIT
 



More information about the buildroot mailing list