From: Stephen Hemminger Date: Fri, 23 Oct 2015 22:41:58 +0000 (-0700) Subject: ip: remove extra newlines at end-of-file X-Git-Tag: v4.3.0~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7520a1998995f29730692212c1c87a39064e168;p=thirdparty%2Fiproute2.git ip: remove extra newlines at end-of-file Shouldn't have extra blank lines. --- diff --git a/ip/ipaddrlabel.c b/ip/ipaddrlabel.c index a738ded0f..f01bc269e 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 0b83c277c..8a86b18fc 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 33bea9132..9b569b1da 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 26b596151..ee51f04d5 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 ae86cc0d6..eab512d96 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 bdc503ef8..57b605fdd 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); } -