remove blank lines at end-of-file

This is one of those trivial things git and other tools complain
about.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
This commit is contained in:
Stephen Hemminger 2015-12-02 12:06:12 -08:00 committed by Thomas Monjalon
parent 8862010a80
commit 1685a92a15
3 changed files with 0 additions and 3 deletions

View File

@ -3270,4 +3270,3 @@ i40e_xmit_pkts_vec(void __rte_unused *tx_queue,
{
return 0;
}

View File

@ -37,4 +37,3 @@
#include "vmxnet3_osdep.h"
#endif /* _INCLUDECHECK_H */

View File

@ -1636,4 +1636,3 @@ int rte_pipeline_table_stats_read(struct rte_pipeline *p, uint32_t table_id,
return 0;
}