From: Simon Glass <sjg@chromium.org>
Date: Thu, 3 Aug 2017 18:21:50 +0000 (-0600)
Subject: env: Use tabs in ENV_IS_IN_FAT
X-Git-Tag: v2025.01-rc5-pxa1908~6039
X-Git-Url: http://git.dujemihanovic.xyz/html/static/gitweb.css?a=commitdiff_plain;h=91d3aa05d0bb05aa712bda3d2a2b3957a4b551fe;p=u-boot.git

env: Use tabs in ENV_IS_IN_FAT

Tidy up the formatting of this option.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

diff --git a/env/Kconfig b/env/Kconfig
index 9f97f9c90c..c8dd65f3a5 100644
--- a/env/Kconfig
+++ b/env/Kconfig
@@ -81,11 +81,10 @@ config ENV_IS_IN_FAT
 	depends on !CHAIN_OF_TRUST
 	select FAT_WRITE
 	help
-         Define this if you want to use the FAT file system for the environment.
+	  Define this if you want to use the FAT file system for the environment.
 
-
-         - CONFIG_FAT_WRITE:
-         This must be enabled. Otherwise it cannot save the environment file.
+	  - CONFIG_FAT_WRITE:
+	  This must be enabled. Otherwise it cannot save the environment file.
 
 config ENV_IS_IN_FLASH
 	bool "Environment in flash memory"