diff options
author | Tim Riker <tim@rikers.org> | 2006-01-25 00:08:53 +0000 |
---|---|---|
committer | Tim Riker <tim@rikers.org> | 2006-01-25 00:08:53 +0000 |
commit | c1ef7bdd8d002ae0889efcf883d0e1b7faa938d4 (patch) | |
tree | 5f329b7d0c7f20ecced0dc7581a9ba6dc720d965 /networking/netstat.c | |
parent | f64ff682a3d58dbb627e760e6fe1ec21d9ccdf61 (diff) | |
download | busybox-w32-c1ef7bdd8d002ae0889efcf883d0e1b7faa938d4.tar.gz busybox-w32-c1ef7bdd8d002ae0889efcf883d0e1b7faa938d4.tar.bz2 busybox-w32-c1ef7bdd8d002ae0889efcf883d0e1b7faa938d4.zip |
just whitespace
Diffstat (limited to 'networking/netstat.c')
-rw-r--r-- | networking/netstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/netstat.c b/networking/netstat.c index bc1ed057b..ea372322f 100644 --- a/networking/netstat.c +++ b/networking/netstat.c | |||
@@ -247,7 +247,7 @@ static void udp_do_one(int lnr, const char *line) | |||
247 | 247 | ||
248 | if (strlen(local_addr) > 8) { | 248 | if (strlen(local_addr) > 8) { |
249 | #ifdef CONFIG_FEATURE_IPV6 | 249 | #ifdef CONFIG_FEATURE_IPV6 |
250 | /* Demangle what the kernel gives us */ | 250 | /* Demangle what the kernel gives us */ |
251 | sscanf(local_addr, "%08X%08X%08X%08X", | 251 | sscanf(local_addr, "%08X%08X%08X%08X", |
252 | &in6.s6_addr32[0], &in6.s6_addr32[1], | 252 | &in6.s6_addr32[0], &in6.s6_addr32[1], |
253 | &in6.s6_addr32[2], &in6.s6_addr32[3]); | 253 | &in6.s6_addr32[2], &in6.s6_addr32[3]); |