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/sort.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'coreutils/sort.c') diff --git a/coreutils/sort.c b/coreutils/sort.c index a8803819d..9860dca64 100644 --- a/coreutils/sort.c +++ b/coreutils/sort.c @@ -15,19 +15,19 @@ //config: bool "sort (7.4 kb)" //config: default y //config: help -//config: sort is used to sort lines of text in specified files. +//config: sort is used to sort lines of text in specified files. //config: //config:config FEATURE_SORT_BIG //config: bool "Full SuSv3 compliant sort (support -ktcsbdfiozgM)" //config: default y //config: depends on SORT //config: help -//config: Without this, sort only supports -r, -u, and an integer version -//config: of -n. Selecting this adds sort keys, floating point support, and -//config: more. This adds a little over 3k to a nonstatic build on x86. +//config: Without this, sort only supports -r, -u, and an integer version +//config: of -n. Selecting this adds sort keys, floating point support, and +//config: more. This adds a little over 3k to a nonstatic build on x86. //config: -//config: The SuSv3 sort standard is available at: -//config: http://www.opengroup.org/onlinepubs/007904975/utilities/sort.html +//config: The SuSv3 sort standard is available at: +//config: http://www.opengroup.org/onlinepubs/007904975/utilities/sort.html //applet:IF_SORT(APPLET_NOEXEC(sort, sort, BB_DIR_USR_BIN, BB_SUID_DROP, sort)) -- cgit v1.2.3