]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
ip: remove extra newlines at end-of-file
authorStephen Hemminger <shemming@brocade.com>
Fri, 23 Oct 2015 22:41:58 +0000 (15:41 -0700)
committerStephen Hemminger <shemming@brocade.com>
Fri, 23 Oct 2015 22:41:58 +0000 (15:41 -0700)
Shouldn't have extra blank lines.

ip/ipaddrlabel.c
ip/ipfou.c
ip/iplink_bond_slave.c
ip/ipprefix.c
ip/iproute.c
ip/tcp_metrics.c

index a738ded0f5941451d585598459e720aebf2e9580..f01bc269e8f4124ef36c5a11cb8e25a223608029 100644 (file)
@@ -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);
 }
-
index 0b83c277c86086ab1d7dc6057fece3bd6b49ef23..8a86b18fc28431dc9e55f8dfccc955a81bfd4f48 100644 (file)
@@ -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);
 }
-
index 33bea9132b78834990ae167bfa6c46aaaadcdc34..9b569b1daa4e4b0a1c7bec009b646068c91c2208 100644 (file)
@@ -113,4 +113,3 @@ struct link_util bond_slave_link_util = {
        .parse_opt      = bond_slave_parse_opt,
        .slave          = true,
 };
-
index 26b59615121778fdc2cd40b25e76114fc0a9ea30..ee51f04d583ad132d1e530cdcd786ea0b90fc018 100644 (file)
@@ -107,4 +107,3 @@ int print_prefix(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg)
 
        return 0;
 }
-
index ae86cc0d623409b80c5985a5f728a005f3627376..eab512d966ff657129d28e880ddbd5a1ebaffd78 100644 (file)
@@ -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);
 }
-
index bdc503ef831ccee7344c402745093898379e5b58..57b605fdd9001f11227f86b94e393f512f5e1670 100644 (file)
@@ -508,4 +508,3 @@ int do_tcp_metrics(int argc, char **argv)
                        "try \"ip tcp_metrics help\".\n", *argv);
        exit(-1);
 }
-