]> git.proxmox.com Git - mirror_iproute2.git/commitdiff
tc: remove extra whitespace
authorStephen Hemminger <shemming@brocade.com>
Fri, 23 Oct 2015 22:43:28 +0000 (15:43 -0700)
committerStephen Hemminger <shemming@brocade.com>
Fri, 23 Oct 2015 22:43:28 +0000 (15:43 -0700)
No blank lines at EOF, or trailing whitespace.

14 files changed:
tc/README.last
tc/emp_ematch.y
tc/m_action.c
tc/m_ipt.c
tc/m_xt_old.c
tc/p_tcp.c
tc/p_udp.c
tc/q_cbq.c
tc/q_netem.c
tc/q_prio.c
tc/q_tbf.c
tc/tc_filter.c
tc/tc_stab.c
tc/tc_util.c

index 9400438a1d86884ad4ae350771221ef67a8c1b4a..63f6f7b06599afd02f762523b404a2fbdb28e383 100644 (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,
 but remember: not all pentiums have this facility, and
 a lot of them have clock, broken by APM etc. etc.
-
-
index bc08da20017502fff228d92191c94aa9adf84d3b..2e6cf3530ef2cd5a22a09896154cd550c2abc39c 100644 (file)
@@ -98,4 +98,3 @@ invert:
  {
         ematch_err = strdup(s);
  }
-
index d363d273068f23eb5a428d8d56fed15ebb4306cc..f88ff3a1bbe154238fc67a1b674fa11ae5577b75 100644 (file)
@@ -648,4 +648,3 @@ int do_action(int argc, char **argv)
 
        return 0;
 }
-
index e5c48977bfc7436ad869da50e8a5c7b431c55666..948becbc378cb7c57a5ea41a3afed66cb557b5f0 100644 (file)
@@ -618,4 +618,3 @@ struct action_util ipt_action_util = {
         .parse_aopt = parse_ipt,
         .print_aopt = print_ipt,
 };
-
index 0ea0b4a96fa8555d8641a741a474c04a19916b0e..6e643088c90fe45191fa5033bca36896f46a9322 100644 (file)
@@ -433,4 +433,3 @@ struct action_util ipt_action_util = {
         .parse_aopt = parse_ipt,
         .print_aopt = print_ipt,
 };
-
index 7f4b6f4ac10df23a414f520096fe40426e2742b9..32ffc02720374769818ab4fa94235b3a08018514 100644 (file)
@@ -34,5 +34,3 @@ struct m_pedit_util p_pedit_tcp = {
        "tcp",
        parse_tcp,
 };
-
-
index 177628961a52666893ec2f4f5b5ab5ebccf2632a..2b9b88fc19114bf3d275fa77f96e143449d38119 100644 (file)
@@ -35,4 +35,3 @@ struct m_pedit_util p_pedit_udp = {
        "udp",
        parse_udp,
 };
-
index d76600ccd6620b7a62e68cd244ebeb5ef5ffc4c7..38a61630656ce07bdc8bedf6e9b206bf71e3ffdf 100644 (file)
@@ -582,4 +582,3 @@ struct qdisc_util cbq_qdisc_util = {
        .parse_copt     = cbq_parse_class_opt,
        .print_copt     = cbq_print_opt,
 };
-
index cd990a0a8dd6d65ffbce87a24f3211627d0bd0b9..7bc8c6a5825ae0de91839e680f6933b2eda7be5f 100644 (file)
@@ -688,4 +688,3 @@ struct qdisc_util netem_qdisc_util = {
        .parse_qopt     = netem_parse_opt,
        .print_qopt     = netem_print_opt,
 };
-
index bacc70246d537eabf39e4f0649a1764ae48ac135..3236bec1a54f2a908e9915aadd3abd33d7d1dc01 100644 (file)
@@ -122,4 +122,3 @@ struct qdisc_util prio_qdisc_util = {
        .parse_qopt     = prio_parse_opt,
        .print_qopt     = prio_print_opt,
 };
-
index 2d56331100d87bbaaca60d8f2b0ff631212f60cc..0981e6f74eafcb13f94b7b4f909cacebb1deb191 100644 (file)
@@ -328,4 +328,3 @@ struct qdisc_util tbf_qdisc_util = {
        .parse_qopt     = tbf_parse_opt,
        .print_qopt     = tbf_print_opt,
 };
-
index 9e416008eaa9b708142faf3e644db440ce699bde..ff03db8fddb2ed44d15de79ba63e8f8a87d34e68 100644 (file)
@@ -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;
 }
-
index 286681f3d7b482d56b935ef79c0fa355710f5690..aba8ae8791d145dc4bbcbeebe3b8f700165a440d 100644 (file)
@@ -148,4 +148,3 @@ void print_size_table(FILE *fp, const char *prefix, struct rtattr *rta)
        }
 #endif
 }
-
index aa6de2448bf2e3ef93e4d7f304a688f7f124ebab..4764ecce4cc049d4ffc43f96ec19eb98047e53e7 100644 (file)
@@ -608,4 +608,3 @@ compat_xstats:
        if (tb[TCA_XSTATS] && xstats)
                *xstats = tb[TCA_XSTATS];
 }
-