Skip to content

Commit dec87e2

Browse files
juerghrichardweinberger
authored andcommitted
um: Kconfig: Fix indentation
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 <[email protected]> Signed-off-by: Richard Weinberger <[email protected]>
1 parent 3234649 commit dec87e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/um/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ config ARCH_HAS_CACHE_LINE_SIZE
8282
source "arch/$(HEADER_ARCH)/um/Kconfig"
8383

8484
config MAY_HAVE_RUNTIME_DEPS
85-
bool
85+
bool
8686

8787
config STATIC_LINK
8888
bool "Force a static link"

0 commit comments

Comments
 (0)