mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] firmware: Kconfig: unify whitespace used for indentation
@ 2023-01-12 12:55 Ahmad Fatoum
  2023-01-12 13:13 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Ahmad Fatoum @ 2023-01-12 12:55 UTC (permalink / raw)
  To: barebox; +Cc: Johannes Schneider, Ahmad Fatoum

File has a mixture of tabs, spaces and even both in the same line.
Use tabs throughout.

Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
 firmware/Kconfig | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/firmware/Kconfig b/firmware/Kconfig
index b466c2aea818..b0a120346909 100644
--- a/firmware/Kconfig
+++ b/firmware/Kconfig
@@ -7,22 +7,22 @@ config EXTRA_FIRMWARE_DIR
 	default "firmware"
 
 config FIRMWARE_IMX_LPDDR4_PMU_TRAIN
-       	bool
+	bool
 
 config FIRMWARE_IMX_DDR4_PMU_TRAIN
-       	bool
+	bool
 
 config FIRMWARE_IMX8MM_ATF
-        bool
+	bool
 
 config FIRMWARE_IMX8MN_ATF
-        bool
+	bool
 
 config FIRMWARE_IMX8MP_ATF
-        bool
+	bool
 
 config FIRMWARE_IMX8MQ_ATF
-        bool
+	bool
 
 config FIRMWARE_CCBV2_OPTEE
 	bool
-- 
2.30.2




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-01-12 13:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-12 12:55 [PATCH] firmware: Kconfig: unify whitespace used for indentation Ahmad Fatoum
2023-01-12 13:13 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox