tc: remove extra whitespace

No blank lines at EOF, or trailing whitespace.
This commit is contained in:
Stephen Hemminger 2015-10-23 15:43:28 -07:00
parent f7520a1998
commit 753ef5bbd6
14 changed files with 0 additions and 16 deletions

View File

@ -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, CPU timestamp. It is the fastest way, use it when it is available,
but remember: not all pentiums have this facility, and but remember: not all pentiums have this facility, and
a lot of them have clock, broken by APM etc. etc. a lot of them have clock, broken by APM etc. etc.

View File

@ -98,4 +98,3 @@ invert:
{ {
ematch_err = strdup(s); ematch_err = strdup(s);
} }

View File

@ -648,4 +648,3 @@ int do_action(int argc, char **argv)
return 0; return 0;
} }

View File

@ -618,4 +618,3 @@ struct action_util ipt_action_util = {
.parse_aopt = parse_ipt, .parse_aopt = parse_ipt,
.print_aopt = print_ipt, .print_aopt = print_ipt,
}; };

View File

@ -433,4 +433,3 @@ struct action_util ipt_action_util = {
.parse_aopt = parse_ipt, .parse_aopt = parse_ipt,
.print_aopt = print_ipt, .print_aopt = print_ipt,
}; };

View File

@ -34,5 +34,3 @@ struct m_pedit_util p_pedit_tcp = {
"tcp", "tcp",
parse_tcp, parse_tcp,
}; };

View File

@ -35,4 +35,3 @@ struct m_pedit_util p_pedit_udp = {
"udp", "udp",
parse_udp, parse_udp,
}; };

View File

@ -582,4 +582,3 @@ struct qdisc_util cbq_qdisc_util = {
.parse_copt = cbq_parse_class_opt, .parse_copt = cbq_parse_class_opt,
.print_copt = cbq_print_opt, .print_copt = cbq_print_opt,
}; };

View File

@ -688,4 +688,3 @@ struct qdisc_util netem_qdisc_util = {
.parse_qopt = netem_parse_opt, .parse_qopt = netem_parse_opt,
.print_qopt = netem_print_opt, .print_qopt = netem_print_opt,
}; };

View File

@ -122,4 +122,3 @@ struct qdisc_util prio_qdisc_util = {
.parse_qopt = prio_parse_opt, .parse_qopt = prio_parse_opt,
.print_qopt = prio_print_opt, .print_qopt = prio_print_opt,
}; };

View File

@ -328,4 +328,3 @@ struct qdisc_util tbf_qdisc_util = {
.parse_qopt = tbf_parse_opt, .parse_qopt = tbf_parse_opt,
.print_qopt = tbf_print_opt, .print_qopt = tbf_print_opt,
}; };

View File

@ -375,4 +375,3 @@ int do_filter(int argc, char **argv)
fprintf(stderr, "Command \"%s\" is unknown, try \"tc filter help\".\n", *argv); fprintf(stderr, "Command \"%s\" is unknown, try \"tc filter help\".\n", *argv);
return -1; return -1;
} }

View File

@ -148,4 +148,3 @@ void print_size_table(FILE *fp, const char *prefix, struct rtattr *rta)
} }
#endif #endif
} }

View File

@ -608,4 +608,3 @@ compat_xstats:
if (tb[TCA_XSTATS] && xstats) if (tb[TCA_XSTATS] && xstats)
*xstats = tb[TCA_XSTATS]; *xstats = tb[TCA_XSTATS];
} }