diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-09-17 16:28:10 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-09-17 16:28:10 +0000 |
commit | 9213a9e0f2d8fd638ecd02e2628d96dd5c7d233e (patch) | |
tree | 94c3c0678d1349497abe2db6004e9331e50f6d37 /networking/ping6.c | |
parent | a6127aacef047ed7661722705b052811fbe7f467 (diff) | |
download | busybox-w32-9213a9e0f2d8fd638ecd02e2628d96dd5c7d233e.tar.gz busybox-w32-9213a9e0f2d8fd638ecd02e2628d96dd5c7d233e.tar.bz2 busybox-w32-9213a9e0f2d8fd638ecd02e2628d96dd5c7d233e.zip |
whitespace cleanup
Diffstat (limited to 'networking/ping6.c')
-rw-r--r-- | networking/ping6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/ping6.c b/networking/ping6.c index 990328a51..6079c40d9 100644 --- a/networking/ping6.c +++ b/networking/ping6.c | |||
@@ -370,7 +370,7 @@ static void ping(const char *host) | |||
370 | pingaddr.sin6_scope_id = if_index; | 370 | pingaddr.sin6_scope_id = if_index; |
371 | 371 | ||
372 | printf("PING %s (%s): %d data bytes\n", | 372 | printf("PING %s (%s): %d data bytes\n", |
373 | hostent->h_name, | 373 | hostent->h_name, |
374 | inet_ntop(AF_INET6, &pingaddr.sin6_addr, | 374 | inet_ntop(AF_INET6, &pingaddr.sin6_addr, |
375 | buf, sizeof(buf)), | 375 | buf, sizeof(buf)), |
376 | datalen); | 376 | datalen); |