diff --git a/ip/ipaddrlabel.c b/ip/ipaddrlabel.c index a738ded0..f01bc269 100644 --- a/ip/ipaddrlabel.c +++ b/ip/ipaddrlabel.c @@ -263,4 +263,3 @@ int do_ipaddrlabel(int argc, char **argv) fprintf(stderr, "Command \"%s\" is unknown, try \"ip addrlabel help\".\n", *argv); exit(-1); } - diff --git a/ip/ipfou.c b/ip/ipfou.c index 0b83c277..8a86b18f 100644 --- a/ip/ipfou.c +++ b/ip/ipfou.c @@ -156,4 +156,3 @@ int do_ipfou(int argc, char **argv) fprintf(stderr, "Command \"%s\" is unknown, try \"ip fou help\".\n", *argv); exit(-1); } - diff --git a/ip/iplink_bond_slave.c b/ip/iplink_bond_slave.c index 33bea913..9b569b1d 100644 --- a/ip/iplink_bond_slave.c +++ b/ip/iplink_bond_slave.c @@ -113,4 +113,3 @@ struct link_util bond_slave_link_util = { .parse_opt = bond_slave_parse_opt, .slave = true, }; - diff --git a/ip/ipprefix.c b/ip/ipprefix.c index 26b59615..ee51f04d 100644 --- a/ip/ipprefix.c +++ b/ip/ipprefix.c @@ -107,4 +107,3 @@ int print_prefix(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg) return 0; } - diff --git a/ip/iproute.c b/ip/iproute.c index ae86cc0d..eab512d9 100644 --- a/ip/iproute.c +++ b/ip/iproute.c @@ -1811,4 +1811,3 @@ int do_iproute(int argc, char **argv) fprintf(stderr, "Command \"%s\" is unknown, try \"ip route help\".\n", *argv); exit(-1); } - diff --git a/ip/tcp_metrics.c b/ip/tcp_metrics.c index bdc503ef..57b605fd 100644 --- a/ip/tcp_metrics.c +++ b/ip/tcp_metrics.c @@ -508,4 +508,3 @@ int do_tcp_metrics(int argc, char **argv) "try \"ip tcp_metrics help\".\n", *argv); exit(-1); } -