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/swaponoff.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'util-linux/swaponoff.c') diff --git a/util-linux/swaponoff.c b/util-linux/swaponoff.c index dc8dd9df6..bda0687d6 100644 --- a/util-linux/swaponoff.c +++ b/util-linux/swaponoff.c @@ -11,27 +11,27 @@ //config: default y //config: select PLATFORM_LINUX //config: help -//config: Once you have created some swap space using 'mkswap', you also need -//config: to enable your swap space with the 'swapon' utility. The 'swapoff' -//config: utility is used, typically at system shutdown, to disable any swap -//config: space. If you are not using any swap space, you can leave this -//config: option disabled. +//config: Once you have created some swap space using 'mkswap', you also need +//config: to enable your swap space with the 'swapon' utility. The 'swapoff' +//config: utility is used, typically at system shutdown, to disable any swap +//config: space. If you are not using any swap space, you can leave this +//config: option disabled. //config: //config:config FEATURE_SWAPON_DISCARD //config: bool "Support discard option -d" //config: default y //config: depends on SWAPON //config: help -//config: Enable support for discarding swap area blocks at swapon and/or as -//config: the kernel frees them. This option enables both the -d option on -//config: 'swapon' and the 'discard' option for swap entries in /etc/fstab. +//config: Enable support for discarding swap area blocks at swapon and/or as +//config: the kernel frees them. This option enables both the -d option on +//config: 'swapon' and the 'discard' option for swap entries in /etc/fstab. //config: //config:config FEATURE_SWAPON_PRI //config: bool "Support priority option -p" //config: default y //config: depends on SWAPON //config: help -//config: Enable support for setting swap device priority in swapon. +//config: Enable support for setting swap device priority in swapon. //config: //config:config SWAPOFF //config: bool "swapoff (4.3 kb)" -- cgit v1.2.3