From 72089cf6b4a77214ec4fd21d5ee5bf56958781cb Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 21 Jul 2017 09:50:55 +0200 Subject: config: deindent all help texts Those two spaces after tab have no effect, and always a nuisance when editing. Signed-off-by: Denys Vlasenko --- coreutils/dos2unix.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'coreutils/dos2unix.c') diff --git a/coreutils/dos2unix.c b/coreutils/dos2unix.c index e595bf558..a3d008051 100644 --- a/coreutils/dos2unix.c +++ b/coreutils/dos2unix.c @@ -15,15 +15,15 @@ //config: bool "dos2unix (5.1 kb)" //config: default y //config: help -//config: dos2unix is used to convert a text file from DOS format to -//config: UNIX format, and vice versa. +//config: dos2unix is used to convert a text file from DOS format to +//config: UNIX format, and vice versa. //config: //config:config UNIX2DOS //config: bool "unix2dos (5.1 kb)" //config: default y //config: help -//config: unix2dos is used to convert a text file from UNIX format to -//config: DOS format, and vice versa. +//config: unix2dos is used to convert a text file from UNIX format to +//config: DOS format, and vice versa. //applet:IF_DOS2UNIX(APPLET_NOEXEC(dos2unix, dos2unix, BB_DIR_USR_BIN, BB_SUID_DROP, dos2unix)) //applet:IF_UNIX2DOS(APPLET_NOEXEC(unix2dos, dos2unix, BB_DIR_USR_BIN, BB_SUID_DROP, unix2dos)) -- cgit v1.2.3