From: Stephen Hemminger Date: Fri, 23 Oct 2015 22:43:28 +0000 (-0700) Subject: tc: remove extra whitespace X-Git-Tag: v4.3.0~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=753ef5bbd60891437739e8ceee711957fa7a4bd2;p=thirdparty%2Fiproute2.git tc: remove extra whitespace No blank lines at EOF, or trailing whitespace. --- diff --git a/tc/README.last b/tc/README.last index 9400438a1..63f6f7b06 100644 --- a/tc/README.last +++ b/tc/README.last @@ -43,5 +43,3 @@ It is available only for alpha and pentiums with correct CPU timestamp. It is the fastest way, use it when it is available, but remember: not all pentiums have this facility, and a lot of them have clock, broken by APM etc. etc. - - diff --git a/tc/emp_ematch.y b/tc/emp_ematch.y index bc08da200..2e6cf3530 100644 --- a/tc/emp_ematch.y +++ b/tc/emp_ematch.y @@ -98,4 +98,3 @@ invert: { ematch_err = strdup(s); } - diff --git a/tc/m_action.c b/tc/m_action.c index d363d2730..f88ff3a1b 100644 --- a/tc/m_action.c +++ b/tc/m_action.c @@ -648,4 +648,3 @@ int do_action(int argc, char **argv) return 0; } - diff --git a/tc/m_ipt.c b/tc/m_ipt.c index e5c48977b..948becbc3 100644 --- a/tc/m_ipt.c +++ b/tc/m_ipt.c @@ -618,4 +618,3 @@ struct action_util ipt_action_util = { .parse_aopt = parse_ipt, .print_aopt = print_ipt, }; - diff --git a/tc/m_xt_old.c b/tc/m_xt_old.c index 0ea0b4a96..6e643088c 100644 --- a/tc/m_xt_old.c +++ b/tc/m_xt_old.c @@ -433,4 +433,3 @@ struct action_util ipt_action_util = { .parse_aopt = parse_ipt, .print_aopt = print_ipt, }; - diff --git a/tc/p_tcp.c b/tc/p_tcp.c index 7f4b6f4ac..32ffc0272 100644 --- a/tc/p_tcp.c +++ b/tc/p_tcp.c @@ -34,5 +34,3 @@ struct m_pedit_util p_pedit_tcp = { "tcp", parse_tcp, }; - - diff --git a/tc/p_udp.c b/tc/p_udp.c index 177628961..2b9b88fc1 100644 --- a/tc/p_udp.c +++ b/tc/p_udp.c @@ -35,4 +35,3 @@ struct m_pedit_util p_pedit_udp = { "udp", parse_udp, }; - diff --git a/tc/q_cbq.c b/tc/q_cbq.c index d76600ccd..38a616306 100644 --- a/tc/q_cbq.c +++ b/tc/q_cbq.c @@ -582,4 +582,3 @@ struct qdisc_util cbq_qdisc_util = { .parse_copt = cbq_parse_class_opt, .print_copt = cbq_print_opt, }; - diff --git a/tc/q_netem.c b/tc/q_netem.c index cd990a0a8..7bc8c6a58 100644 --- a/tc/q_netem.c +++ b/tc/q_netem.c @@ -688,4 +688,3 @@ struct qdisc_util netem_qdisc_util = { .parse_qopt = netem_parse_opt, .print_qopt = netem_print_opt, }; - diff --git a/tc/q_prio.c b/tc/q_prio.c index bacc70246..3236bec1a 100644 --- a/tc/q_prio.c +++ b/tc/q_prio.c @@ -122,4 +122,3 @@ struct qdisc_util prio_qdisc_util = { .parse_qopt = prio_parse_opt, .print_qopt = prio_print_opt, }; - diff --git a/tc/q_tbf.c b/tc/q_tbf.c index 2d5633110..0981e6f74 100644 --- a/tc/q_tbf.c +++ b/tc/q_tbf.c @@ -328,4 +328,3 @@ struct qdisc_util tbf_qdisc_util = { .parse_qopt = tbf_parse_opt, .print_qopt = tbf_print_opt, }; - diff --git a/tc/tc_filter.c b/tc/tc_filter.c index 9e416008e..ff03db8fd 100644 --- a/tc/tc_filter.c +++ b/tc/tc_filter.c @@ -375,4 +375,3 @@ int do_filter(int argc, char **argv) fprintf(stderr, "Command \"%s\" is unknown, try \"tc filter help\".\n", *argv); return -1; } - diff --git a/tc/tc_stab.c b/tc/tc_stab.c index 286681f3d..aba8ae879 100644 --- a/tc/tc_stab.c +++ b/tc/tc_stab.c @@ -148,4 +148,3 @@ void print_size_table(FILE *fp, const char *prefix, struct rtattr *rta) } #endif } - diff --git a/tc/tc_util.c b/tc/tc_util.c index aa6de2448..4764ecce4 100644 --- a/tc/tc_util.c +++ b/tc/tc_util.c @@ -608,4 +608,3 @@ compat_xstats: if (tb[TCA_XSTATS] && xstats) *xstats = tb[TCA_XSTATS]; } -