From: Razvan Deaconescu Date: Sat, 1 May 2021 09:21:10 +0000 (+0300) Subject: Config: Remove leading whitespace in comment X-Git-Tag: RELEASE-0.6~1 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=a62a9fedc2a960446034097b802893d29dd529b9;p=unikraft%2Flibs%2Fcompiler-rt.git Config: Remove leading whitespace in comment Signed-off-by: Razvan Deaconescu Reviewed-by: Vlad-Andrei Badoiu Tested-by: Unikraft CI GitHub-Pull-Request: #2 --- diff --git a/Config.uk b/Config.uk index 9be2044..f8b28df 100644 --- a/Config.uk +++ b/Config.uk @@ -1,5 +1,5 @@ menuconfig LIBCOMPILER_RT - bool " compiler-rt - runtime support" + bool "compiler-rt - runtime support" select LIBPOSIX_SYSINFO default n