diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-21 09:50:55 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-21 09:50:55 +0200 |
commit | 72089cf6b4a77214ec4fd21d5ee5bf56958781cb (patch) | |
tree | a5cd9d8f47e909834d3dbc44f895556e68bcf18f /miscutils/i2c_tools.c | |
parent | 75d151e31d135ebab083307ded4e9b98970baa75 (diff) | |
download | busybox-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 'miscutils/i2c_tools.c')
-rw-r--r-- | miscutils/i2c_tools.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/miscutils/i2c_tools.c b/miscutils/i2c_tools.c index 578613978..ca2580e92 100644 --- a/miscutils/i2c_tools.c +++ b/miscutils/i2c_tools.c | |||
@@ -14,28 +14,28 @@ | |||
14 | //config: default y | 14 | //config: default y |
15 | //config: select PLATFORM_LINUX | 15 | //config: select PLATFORM_LINUX |
16 | //config: help | 16 | //config: help |
17 | //config: Read from I2C/SMBus chip registers. | 17 | //config: Read from I2C/SMBus chip registers. |
18 | //config: | 18 | //config: |
19 | //config:config I2CSET | 19 | //config:config I2CSET |
20 | //config: bool "i2cset (6.9 kb)" | 20 | //config: bool "i2cset (6.9 kb)" |
21 | //config: default y | 21 | //config: default y |
22 | //config: select PLATFORM_LINUX | 22 | //config: select PLATFORM_LINUX |
23 | //config: help | 23 | //config: help |
24 | //config: Set I2C registers. | 24 | //config: Set I2C registers. |
25 | //config: | 25 | //config: |
26 | //config:config I2CDUMP | 26 | //config:config I2CDUMP |
27 | //config: bool "i2cdump (7.2 kb)" | 27 | //config: bool "i2cdump (7.2 kb)" |
28 | //config: default y | 28 | //config: default y |
29 | //config: select PLATFORM_LINUX | 29 | //config: select PLATFORM_LINUX |
30 | //config: help | 30 | //config: help |
31 | //config: Examine I2C registers. | 31 | //config: Examine I2C registers. |
32 | //config: | 32 | //config: |
33 | //config:config I2CDETECT | 33 | //config:config I2CDETECT |
34 | //config: bool "i2cdetect (7.2 kb)" | 34 | //config: bool "i2cdetect (7.2 kb)" |
35 | //config: default y | 35 | //config: default y |
36 | //config: select PLATFORM_LINUX | 36 | //config: select PLATFORM_LINUX |
37 | //config: help | 37 | //config: help |
38 | //config: Detect I2C chips. | 38 | //config: Detect I2C chips. |
39 | //config: | 39 | //config: |
40 | 40 | ||
41 | //applet:IF_I2CGET(APPLET(i2cget, BB_DIR_USR_SBIN, BB_SUID_DROP)) | 41 | //applet:IF_I2CGET(APPLET(i2cget, BB_DIR_USR_SBIN, BB_SUID_DROP)) |