ip: remove extra newlines at end-of-file
Shouldn't have extra blank lines.
This commit is contained in:
parent
a257bc7b4c
commit
f7520a1998
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -113,4 +113,3 @@ struct link_util bond_slave_link_util = {
|
|||
.parse_opt = bond_slave_parse_opt,
|
||||
.slave = true,
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -107,4 +107,3 @@ int print_prefix(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg)
|
|||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -508,4 +508,3 @@ int do_tcp_metrics(int argc, char **argv)
|
|||
"try \"ip tcp_metrics help\".\n", *argv);
|
||||
exit(-1);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue