aboutsummaryrefslogtreecommitdiff
path: root/archival/bzip2.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2017-07-21 09:50:55 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2017-07-21 09:50:55 +0200
commit72089cf6b4a77214ec4fd21d5ee5bf56958781cb (patch)
treea5cd9d8f47e909834d3dbc44f895556e68bcf18f /archival/bzip2.c
parent75d151e31d135ebab083307ded4e9b98970baa75 (diff)
downloadbusybox-72089cf6b4a77214ec4fd21d5ee5bf56958781cb.tar.gz
config: deindent all help texts
Those two spaces after tab have no effect, and always a nuisance when editing. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'archival/bzip2.c')
-rw-r--r--archival/bzip2.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/archival/bzip2.c b/archival/bzip2.c
index a115cb6ea..0b9c508df 100644
--- a/archival/bzip2.c
+++ b/archival/bzip2.c
@@ -11,23 +11,23 @@
//config: bool "bzip2 (18 kb)"
//config: default y
//config: help
-//config: bzip2 is a compression utility using the Burrows-Wheeler block
-//config: sorting text compression algorithm, and Huffman coding. Compression
-//config: is generally considerably better than that achieved by more
-//config: conventional LZ77/LZ78-based compressors, and approaches the
-//config: performance of the PPM family of statistical compressors.
+//config: bzip2 is a compression utility using the Burrows-Wheeler block
+//config: sorting text compression algorithm, and Huffman coding. Compression
+//config: is generally considerably better than that achieved by more
+//config: conventional LZ77/LZ78-based compressors, and approaches the
+//config: performance of the PPM family of statistical compressors.
//config:
-//config: Unless you have a specific application which requires bzip2, you
-//config: should probably say N here.
+//config: Unless you have a specific application which requires bzip2, you
+//config: should probably say N here.
//config:
//config:config FEATURE_BZIP2_DECOMPRESS
//config: bool "Enable decompression"
//config: default y
//config: depends on BZIP2 || BUNZIP2 || BZCAT
//config: help
-//config: Enable -d (--decompress) and -t (--test) options for bzip2.
-//config: This will be automatically selected if bunzip2 or bzcat is
-//config: enabled.
+//config: Enable -d (--decompress) and -t (--test) options for bzip2.
+//config: This will be automatically selected if bunzip2 or bzcat is
+//config: enabled.
//applet:IF_BZIP2(APPLET(bzip2, BB_DIR_USR_BIN, BB_SUID_DROP))
//kbuild:lib-$(CONFIG_BZIP2) += bzip2.o