aboutsummaryrefslogtreecommitdiff
path: root/procps/powertop.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2017-07-21 09:50:55 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2017-07-21 09:50:55 +0200
commit72089cf6b4a77214ec4fd21d5ee5bf56958781cb (patch)
treea5cd9d8f47e909834d3dbc44f895556e68bcf18f /procps/powertop.c
parent75d151e31d135ebab083307ded4e9b98970baa75 (diff)
downloadbusybox-w32-72089cf6b4a77214ec4fd21d5ee5bf56958781cb.tar.gz
busybox-w32-72089cf6b4a77214ec4fd21d5ee5bf56958781cb.tar.bz2
busybox-w32-72089cf6b4a77214ec4fd21d5ee5bf56958781cb.zip
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>
Diffstat (limited to 'procps/powertop.c')
-rw-r--r--procps/powertop.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/procps/powertop.c b/procps/powertop.c
index ae3aa8938..ebd659bdb 100644
--- a/procps/powertop.c
+++ b/procps/powertop.c
@@ -17,15 +17,15 @@
17//config: bool "powertop (9.1 kb)" 17//config: bool "powertop (9.1 kb)"
18//config: default y 18//config: default y
19//config: help 19//config: help
20//config: Analyze power consumption on Intel-based laptops 20//config: Analyze power consumption on Intel-based laptops
21//config: 21//config:
22//config:config FEATURE_POWERTOP_INTERACTIVE 22//config:config FEATURE_POWERTOP_INTERACTIVE
23//config: bool "Accept keyboard commands" 23//config: bool "Accept keyboard commands"
24//config: default y 24//config: default y
25//config: depends on POWERTOP 25//config: depends on POWERTOP
26//config: help 26//config: help
27//config: Without this, powertop will only refresh display every 10 seconds. 27//config: Without this, powertop will only refresh display every 10 seconds.
28//config: No keyboard commands will work, only ^C to terminate. 28//config: No keyboard commands will work, only ^C to terminate.
29 29
30// XXX This should be configurable 30// XXX This should be configurable
31#define ENABLE_FEATURE_POWERTOP_PROCIRQ 1 31#define ENABLE_FEATURE_POWERTOP_PROCIRQ 1