summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Hieber <rhi@pengutronix.de>2019-06-25 11:43:58 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-06-28 10:07:10 +0200
commitfc9d60b87a752ac942f881ef22d85a076645cba7 (patch)
tree29167d5cd5b4b7bb515456a2a9d9895029b50139
parent12ba8fbe64559ce2fd7d39c7810a042f7dc3ec11 (diff)
downloadptxdist-fc9d60b87a752ac942f881ef22d85a076645cba7.tar.gz
ptxdist-fc9d60b87a752ac942f881ef22d85a076645cba7.tar.xz
libpcre: fix whitespace
Replace 7 spaces by 1 tab. Signed-off-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/libpcre.in16
1 files changed, 8 insertions, 8 deletions
diff --git a/rules/libpcre.in b/rules/libpcre.in
index 33af3cf03..f19122126 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