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/ifupdown.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/ifupdown.c')
-rw-r--r-- | networking/ifupdown.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/ifupdown.c b/networking/ifupdown.c index 6429c07e5..fa5bfe1e9 100644 --- a/networking/ifupdown.c +++ b/networking/ifupdown.c | |||
@@ -708,7 +708,7 @@ static struct interfaces_file_t *read_interfaces(const char *filename) | |||
708 | llist_t *iface_list; | 708 | llist_t *iface_list; |
709 | for (iface_list = defn->ifaces; iface_list; iface_list = iface_list->link) { | 709 | for (iface_list = defn->ifaces; iface_list; iface_list = iface_list->link) { |
710 | struct interface_defn_t *tmp = (struct interface_defn_t *) iface_list->data; | 710 | struct interface_defn_t *tmp = (struct interface_defn_t *) iface_list->data; |
711 | if ((strcmp(tmp->iface, currif->iface) == 0) && | 711 | if ((strcmp(tmp->iface, currif->iface) == 0) && |
712 | (tmp->address_family == currif->address_family)) { | 712 | (tmp->address_family == currif->address_family)) { |
713 | bb_error_msg("duplicate interface \"%s\"", tmp->iface); | 713 | bb_error_msg("duplicate interface \"%s\"", tmp->iface); |
714 | return NULL; | 714 | return NULL; |