*: use fopen_or_warn in few more places
[oweals/busybox.git] / networking / libiproute / iproute.c
index 5ded99b2e8b6a34c25c051d8dcb01f734cf3658a..670f188eecdaf7ee42afb2638c3139732b8bad6e 100644 (file)
@@ -91,7 +91,6 @@ static int print_route(struct sockaddr_nl *who ATTRIBUTE_UNUSED,
        int host_len = -1;
        SPRINT_BUF(b1);
 
-
        if (n->nlmsg_type != RTM_NEWROUTE && n->nlmsg_type != RTM_DELROUTE) {
                fprintf(stderr, "Not a route: %08x %08x %08x\n",
                        n->nlmsg_len, n->nlmsg_type, n->nlmsg_flags);