diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-06-25 09:53:17 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-06-25 09:53:17 +0000 |
commit | 7049ff8696c3c2a1be0f9901d7e2473568b8f918 (patch) | |
tree | c952ee767508bb76c25d6269a298aa16cad99b82 /networking/udhcp | |
parent | f26e3d2e41cc7d2fabcf5c2e777306c36a8d5868 (diff) | |
download | busybox-w32-7049ff8696c3c2a1be0f9901d7e2473568b8f918.tar.gz busybox-w32-7049ff8696c3c2a1be0f9901d7e2473568b8f918.tar.bz2 busybox-w32-7049ff8696c3c2a1be0f9901d7e2473568b8f918.zip |
whitespace fixes. no code changes
Diffstat (limited to 'networking/udhcp')
-rw-r--r-- | networking/udhcp/clientpacket.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/clientpacket.c b/networking/udhcp/clientpacket.c index c562c1200..3e4561946 100644 --- a/networking/udhcp/clientpacket.c +++ b/networking/udhcp/clientpacket.c | |||
@@ -64,7 +64,7 @@ static void add_param_req_option(struct dhcpMessage *packet) | |||
64 | 64 | ||
65 | for (i = 0; (c = dhcp_options[i].code) != 0; i++) { | 65 | for (i = 0; (c = dhcp_options[i].code) != 0; i++) { |
66 | if (((dhcp_options[i].flags & OPTION_REQ) | 66 | if (((dhcp_options[i].flags & OPTION_REQ) |
67 | && !client_config.no_default_options) | 67 | && !client_config.no_default_options) |
68 | || (client_config.opt_mask[c >> 3] & (1 << (c & 7))) | 68 | || (client_config.opt_mask[c >> 3] & (1 << (c & 7))) |
69 | ) { | 69 | ) { |
70 | packet->options[end + OPT_DATA + len] = c; | 70 | packet->options[end + OPT_DATA + len] = c; |