diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2013-01-14 01:34:48 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2013-01-14 01:34:48 +0100 |
commit | 6967578728a3eef43b7b2be4080dafc1b87f528d (patch) | |
tree | 76b79c4c81ce8e5ad4e57df5119efecef810e673 /networking/ifconfig.c | |
parent | 52185155088d0910d29c7f4fdf5cb3eecaac8965 (diff) | |
download | busybox-w32-6967578728a3eef43b7b2be4080dafc1b87f528d.tar.gz busybox-w32-6967578728a3eef43b7b2be4080dafc1b87f528d.tar.bz2 busybox-w32-6967578728a3eef43b7b2be4080dafc1b87f528d.zip |
whitespace fixes. no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/ifconfig.c')
-rw-r--r-- | networking/ifconfig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/ifconfig.c b/networking/ifconfig.c index b6604f5d1..320df3010 100644 --- a/networking/ifconfig.c +++ b/networking/ifconfig.c | |||
@@ -449,7 +449,7 @@ int ifconfig_main(int argc UNUSED_PARAM, char **argv) | |||
449 | } | 449 | } |
450 | #endif | 450 | #endif |
451 | memcpy( (((char *)&ifr) + a1op->ifr_offset), | 451 | memcpy( (((char *)&ifr) + a1op->ifr_offset), |
452 | p, sizeof(struct sockaddr)); | 452 | p, sizeof(struct sockaddr)); |
453 | } else { | 453 | } else { |
454 | /* FIXME: error check?? */ | 454 | /* FIXME: error check?? */ |
455 | unsigned long i = strtoul(*argv, NULL, 0); | 455 | unsigned long i = strtoul(*argv, NULL, 0); |