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>
diff --git a/runit/chpst.c b/runit/chpst.c
index 2e94a37..3a2f9e6 100644
--- a/runit/chpst.c
+++ b/runit/chpst.c
@@ -31,33 +31,33 @@
 //config:	bool "chpst (8.7 kb)"
 //config:	default y
 //config:	help
-//config:	  chpst changes the process state according to the given options, and
-//config:	  execs specified program.
+//config:	chpst changes the process state according to the given options, and
+//config:	execs specified program.
 //config:
 //config:config SETUIDGID
 //config:	bool "setuidgid (4.2 kb)"
 //config:	default y
 //config:	help
-//config:	  Sets soft resource limits as specified by options
+//config:	Sets soft resource limits as specified by options
 //config:
 //config:config ENVUIDGID
 //config:	bool "envuidgid (3.6 kb)"
 //config:	default y
 //config:	help
-//config:	  Sets $UID to account's uid and $GID to account's gid
+//config:	Sets $UID to account's uid and $GID to account's gid
 //config:
 //config:config ENVDIR
 //config:	bool "envdir (2.5 kb)"
 //config:	default y
 //config:	help
-//config:	  Sets various environment variables as specified by files
-//config:	  in the given directory
+//config:	Sets various environment variables as specified by files
+//config:	in the given directory
 //config:
 //config:config SOFTLIMIT
 //config:	bool "softlimit (4.3 kb)"
 //config:	default y
 //config:	help
-//config:	  Sets soft resource limits as specified by options
+//config:	Sets soft resource limits as specified by options
 
 //applet:IF_CHPST(APPLET(chpst, BB_DIR_USR_BIN, BB_SUID_DROP))
 //                    APPLET_ODDNAME:name       main   location        suid_type     help