aboutsummaryrefslogtreecommitdiff
path: root/networking/zcip.c
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2006-09-17 16:28:10 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2006-09-17 16:28:10 +0000
commit9213a9e0f2d8fd638ecd02e2628d96dd5c7d233e (patch)
tree94c3c0678d1349497abe2db6004e9331e50f6d37 /networking/zcip.c
parenta6127aacef047ed7661722705b052811fbe7f467 (diff)
downloadbusybox-w32-9213a9e0f2d8fd638ecd02e2628d96dd5c7d233e.tar.gz
busybox-w32-9213a9e0f2d8fd638ecd02e2628d96dd5c7d233e.tar.bz2
busybox-w32-9213a9e0f2d8fd638ecd02e2628d96dd5c7d233e.zip
whitespace cleanup
Diffstat (limited to 'networking/zcip.c')
-rw-r--r--networking/zcip.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/zcip.c b/networking/zcip.c
index 5d2a5f786..c6b0d2d80 100644
--- a/networking/zcip.c
+++ b/networking/zcip.c
@@ -314,7 +314,7 @@ int zcip_main(int argc, char *argv[])
314 tv1.tv_sec++; 314 tv1.tv_sec++;
315 } 315 }
316 tv1.tv_sec += timeout / 1000; 316 tv1.tv_sec += timeout / 1000;
317 317
318 VDBG("...wait %ld %s nprobes=%d, nclaims=%d\n", 318 VDBG("...wait %ld %s nprobes=%d, nclaims=%d\n",
319 timeout, intf, nprobes, nclaims); 319 timeout, intf, nprobes, nclaims);
320 switch (poll(fds, 1, timeout)) { 320 switch (poll(fds, 1, timeout)) {
@@ -479,7 +479,7 @@ int zcip_main(int argc, char *argv[])
479 target_ip_conflict = 1; 479 target_ip_conflict = 1;
480 } 480 }
481 481
482 VDBG("state = %d, source ip conflict = %d, target ip conflict = %d\n", 482 VDBG("state = %d, source ip conflict = %d, target ip conflict = %d\n",
483 state, source_ip_conflict, target_ip_conflict); 483 state, source_ip_conflict, target_ip_conflict);
484 switch (state) { 484 switch (state) {
485 case PROBE: 485 case PROBE: