From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: From: Roland Hieber Date: Wed, 26 Jun 2019 14:43:22 +0200 Message-Id: <20190626124323.2585-1-rhi@pengutronix.de> MIME-Version: 1.0 Subject: [ptxdist] [PATCH v2 1/2] libpcre: fix whitespace List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Cc: Roland Hieber Replace 7 spaces by 1 tab in 8 lines. Signed-off-by: Roland Hieber --- 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 ptxdist@pengutronix.de