Replace 7 spaces by 1 tab in 8 lines. Signed-off-by: Roland Hieber <[email protected]> --- rules/libpcre.in | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/rules/libpcre.in b/rules/libpcre.in index 33af3cf032f6..f19122126ea5 100644 --- a/rules/libpcre.in +++ b/rules/libpcre.in @@ -19,25 +19,25 @@ menuconfig LIBPCRE if LIBPCRE config LIBPCRE_ENABLE_NEWLINE_IS_ANYCRLF - bool "Enable NL is any CRLF" + bool "Enable NL is any CRLF" config LIBPCRE_ENABLE_PCREGREP_LIBZ - bool "Enable grep libz" + bool "Enable grep libz" config LIBPCRE_ENABLE_PCREGREP_LIBBZ2 - bool "Enable grep libbz2" + bool "Enable grep libbz2" config LIBPCRE_ENABLE_UTF8 - bool "Enable UTF8" + bool "Enable UTF8" config LIBPCRE_LIBPCREPOSIX - bool "install libpcreposix" + bool "install libpcreposix" config LIBPCRE_LIBPCRECPP - bool "install libpcrecpp (c++ bindings for libpcre)" + bool "install libpcrecpp (c++ bindings for libpcre)" config LIBPCRE_PCREGREP - select LIBPCRE_LIBPCREPOSIX - bool "install pcregrep on the target" + select LIBPCRE_LIBPCREPOSIX + bool "install pcregrep on the target" endif -- 2.20.1 _______________________________________________ ptxdist mailing list [email protected]
