aboutsummaryrefslogtreecommitdiff
path: root/mailutils/reformime.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 /mailutils/reformime.c
parent75d151e31d135ebab083307ded4e9b98970baa75 (diff)
downloadbusybox-w32-72089cf6b4a77214ec4fd21d5ee5bf56958781cb.tar.gz
busybox-w32-72089cf6b4a77214ec4fd21d5ee5bf56958781cb.tar.bz2
busybox-w32-72089cf6b4a77214ec4fd21d5ee5bf56958781cb.zip
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 'mailutils/reformime.c')
-rw-r--r--mailutils/reformime.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/mailutils/reformime.c b/mailutils/reformime.c
index 4f29f68e8..6a0254803 100644
--- a/mailutils/reformime.c
+++ b/mailutils/reformime.c
@@ -10,15 +10,15 @@
10//config: bool "reformime (7.5 kb)" 10//config: bool "reformime (7.5 kb)"
11//config: default y 11//config: default y
12//config: help 12//config: help
13//config: Parse MIME-formatted messages. 13//config: Parse MIME-formatted messages.
14//config: 14//config:
15//config:config FEATURE_REFORMIME_COMPAT 15//config:config FEATURE_REFORMIME_COMPAT
16//config: bool "Accept and ignore options other than -x and -X" 16//config: bool "Accept and ignore options other than -x and -X"
17//config: default y 17//config: default y
18//config: depends on REFORMIME 18//config: depends on REFORMIME
19//config: help 19//config: help
20//config: Accept (for compatibility only) and ignore options 20//config: Accept (for compatibility only) and ignore options
21//config: other than -x and -X. 21//config: other than -x and -X.
22 22
23//applet:IF_REFORMIME(APPLET(reformime, BB_DIR_BIN, BB_SUID_DROP)) 23//applet:IF_REFORMIME(APPLET(reformime, BB_DIR_BIN, BB_SUID_DROP))
24 24