From f7520a1998995f29730692212c1c87a39064e168 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Fri, 23 Oct 2015 15:41:58 -0700 Subject: [PATCH] ip: remove extra newlines at end-of-file Shouldn't have extra blank lines. --- ip/ipaddrlabel.c | 1 - ip/ipfou.c | 1 - ip/iplink_bond_slave.c | 1 - ip/ipprefix.c | 1 - ip/iproute.c | 1 - ip/tcp_metrics.c | 1 - 6 files changed, 6 deletions(-) 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); } -