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 --- util-linux/ionice.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'util-linux/ionice.c') diff --git a/util-linux/ionice.c b/util-linux/ionice.c index cda5a90d6..c7b7f0373 100644 --- a/util-linux/ionice.c +++ b/util-linux/ionice.c @@ -11,8 +11,8 @@ //config: default y //config: select PLATFORM_LINUX //config: help -//config: Set/set program io scheduling class and priority -//config: Requires kernel >= 2.6.13 +//config: Set/set program io scheduling class and priority +//config: Requires kernel >= 2.6.13 //applet:IF_IONICE(APPLET(ionice, BB_DIR_BIN, BB_SUID_DROP)) -- cgit v1.2.3