From 753ef5bbd60891437739e8ceee711957fa7a4bd2 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Fri, 23 Oct 2015 15:43:28 -0700 Subject: [PATCH] tc: remove extra whitespace No blank lines at EOF, or trailing whitespace. --- tc/README.last | 2 -- tc/emp_ematch.y | 1 - tc/m_action.c | 1 - tc/m_ipt.c | 1 - tc/m_xt_old.c | 1 - tc/p_tcp.c | 2 -- tc/p_udp.c | 1 - tc/q_cbq.c | 1 - tc/q_netem.c | 1 - tc/q_prio.c | 1 - tc/q_tbf.c | 1 - tc/tc_filter.c | 1 - tc/tc_stab.c | 1 - tc/tc_util.c | 1 - 14 files changed, 16 deletions(-) diff --git a/tc/README.last b/tc/README.last index 9400438a..63f6f7b0 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 bc08da20..2e6cf353 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 d363d273..f88ff3a1 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 e5c48977..948becbc 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 0ea0b4a9..6e643088 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 7f4b6f4a..32ffc027 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 17762896..2b9b88fc 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 d76600cc..38a61630 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 cd990a0a..7bc8c6a5 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 bacc7024..3236bec1 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 2d563311..0981e6f7 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 9e416008..ff03db8f 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 286681f3..aba8ae87 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 aa6de244..4764ecce 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]; } -