diff mbox series

[1/2] um: Kconfig: Fix indentation

Message ID 20220525125001.47009-2-juerg.haefliger@canonical.com
State Accepted
Headers show
Series um: Kconfig: Style cleanups | expand

Commit Message

Juerg Haefliger May 25, 2022, 12:50 p.m. UTC
The convention for indentation seems to be a single tab. Help text is
further indented by an additional two whitespaces. Fix the lines that
violate these rules.

Signed-off-by: Juerg Haefliger <juerg.haefliger@canonical.com>
---
 arch/um/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/arch/um/Kconfig b/arch/um/Kconfig
index 4d398b80aea8..12fe6a08dc35 100644
--- a/arch/um/Kconfig
+++ b/arch/um/Kconfig
@@ -81,7 +81,7 @@  config ARCH_HAS_CACHE_LINE_SIZE
 source "arch/$(HEADER_ARCH)/um/Kconfig"
 
 config MAY_HAVE_RUNTIME_DEPS
-        bool
+	bool
 
 config STATIC_LINK
 	bool "Force a static link"