um: Kconfig: Fix indentation
authorJuerg Haefliger <juerg.haefliger@canonical.com>
Wed, 25 May 2022 12:50:00 +0000 (14:50 +0200)
committerRichard Weinberger <richard@nod.at>
Sun, 17 Jul 2022 21:12:03 +0000 (23:12 +0200)
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>
Signed-off-by: Richard Weinberger <richard@nod.at>
arch/um/Kconfig

index 4ec22e1..7b0f953 100644 (file)
@@ -82,7 +82,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"