tc: remove extra whitespace

No blank lines at EOF, or trailing whitespace.
diff --git a/tc/README.last b/tc/README.last
index 9400438..63f6f7b 100644
--- a/tc/README.last
+++ b/tc/README.last
@@ -43,5 +43,3 @@
 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 bc08da2..2e6cf35 100644
--- a/tc/emp_ematch.y
+++ b/tc/emp_ematch.y
@@ -98,4 +98,3 @@
  {
 	 ematch_err = strdup(s);
  }
-
diff --git a/tc/m_action.c b/tc/m_action.c
index d363d27..f88ff3a 100644
--- a/tc/m_action.c
+++ b/tc/m_action.c
@@ -648,4 +648,3 @@
 
 	return 0;
 }
-
diff --git a/tc/m_ipt.c b/tc/m_ipt.c
index e5c4897..948becb 100644
--- a/tc/m_ipt.c
+++ b/tc/m_ipt.c
@@ -618,4 +618,3 @@
         .parse_aopt = parse_ipt,
         .print_aopt = print_ipt,
 };
-
diff --git a/tc/m_xt_old.c b/tc/m_xt_old.c
index 0ea0b4a..6e64308 100644
--- a/tc/m_xt_old.c
+++ b/tc/m_xt_old.c
@@ -433,4 +433,3 @@
         .parse_aopt = parse_ipt,
         .print_aopt = print_ipt,
 };
-
diff --git a/tc/p_tcp.c b/tc/p_tcp.c
index 7f4b6f4..32ffc02 100644
--- a/tc/p_tcp.c
+++ b/tc/p_tcp.c
@@ -34,5 +34,3 @@
 	"tcp",
 	parse_tcp,
 };
-
-
diff --git a/tc/p_udp.c b/tc/p_udp.c
index 1776289..2b9b88f 100644
--- a/tc/p_udp.c
+++ b/tc/p_udp.c
@@ -35,4 +35,3 @@
 	"udp",
 	parse_udp,
 };
-
diff --git a/tc/q_cbq.c b/tc/q_cbq.c
index d76600c..38a6163 100644
--- a/tc/q_cbq.c
+++ b/tc/q_cbq.c
@@ -582,4 +582,3 @@
 	.parse_copt	= cbq_parse_class_opt,
 	.print_copt	= cbq_print_opt,
 };
-
diff --git a/tc/q_netem.c b/tc/q_netem.c
index cd990a0..7bc8c6a 100644
--- a/tc/q_netem.c
+++ b/tc/q_netem.c
@@ -688,4 +688,3 @@
 	.parse_qopt	= netem_parse_opt,
 	.print_qopt	= netem_print_opt,
 };
-
diff --git a/tc/q_prio.c b/tc/q_prio.c
index bacc702..3236bec 100644
--- a/tc/q_prio.c
+++ b/tc/q_prio.c
@@ -122,4 +122,3 @@
 	.parse_qopt	= prio_parse_opt,
 	.print_qopt	= prio_print_opt,
 };
-
diff --git a/tc/q_tbf.c b/tc/q_tbf.c
index 2d56331..0981e6f 100644
--- a/tc/q_tbf.c
+++ b/tc/q_tbf.c
@@ -328,4 +328,3 @@
 	.parse_qopt	= tbf_parse_opt,
 	.print_qopt	= tbf_print_opt,
 };
-
diff --git a/tc/tc_filter.c b/tc/tc_filter.c
index 9e41600..ff03db8 100644
--- a/tc/tc_filter.c
+++ b/tc/tc_filter.c
@@ -375,4 +375,3 @@
 	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 286681f..aba8ae8 100644
--- a/tc/tc_stab.c
+++ b/tc/tc_stab.c
@@ -148,4 +148,3 @@
 	}
 #endif
 }
-
diff --git a/tc/tc_util.c b/tc/tc_util.c
index aa6de24..4764ecc 100644
--- a/tc/tc_util.c
+++ b/tc/tc_util.c
@@ -608,4 +608,3 @@
 	if (tb[TCA_XSTATS] && xstats)
 		*xstats = tb[TCA_XSTATS];
 }
-