projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99f025a
)
i2cdetect: coding style: add a space after 'for'
author
Bartosz Golaszewski
<bartekgola@gmail.com>
Tue, 27 Oct 2015 16:15:01 +0000
(17:15 +0100)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Sun, 1 Nov 2015 19:55:09 +0000
(20:55 +0100)
Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
miscutils/i2c_tools.c
patch
|
blob
|
history
diff --git
a/miscutils/i2c_tools.c
b/miscutils/i2c_tools.c
index c5baaa78ec817563c4dd1913427694939f2b2b46..907d738fdeea70e6f045148d6bcdac59599c1ef5 100644
(file)
--- a/
miscutils/i2c_tools.c
+++ b/
miscutils/i2c_tools.c
@@
-1270,7
+1270,7
@@
int i2cdetect_main(int argc UNUSED_PARAM, char **argv)
puts(" 0 1 2 3 4 5 6 7 8 9 a b c d e f");
for (i = 0; i < 128; i += 16) {
printf("%02x: ", i);
- for(j = 0; j < 16; j++) {
+ for
(j = 0; j < 16; j++) {
fflush_all();
cmd = mode;