[2/5] test: remove blank lines at eof

Message ID 20190731145742.10776-3-stephen@networkplumber.org (mailing list archive)
State Accepted, archived
Headers
Series blank lines at EOF fixes |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

Stephen Hemminger July 31, 2019, 2:57 p.m. UTC
  Several tests have extraneous blank lines at end of file.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
---
 app/test/test_cryptodev_asym_util.h | 4 ----
 app/test/test_table_combined.c      | 1 -
 app/test/test_table_tables.c        | 3 +--
 3 files changed, 1 insertion(+), 7 deletions(-)
  

Patch

diff --git a/app/test/test_cryptodev_asym_util.h b/app/test/test_cryptodev_asym_util.h
index b3d9fb4688da..f2a8e6ce15ba 100644
--- a/app/test/test_cryptodev_asym_util.h
+++ b/app/test/test_cryptodev_asym_util.h
@@ -36,7 +36,3 @@  static inline int verify_modexp(uint8_t *mod_exp,
 }
 
 #endif /* TEST_CRYPTODEV_ASYM_TEST_UTIL_H__ */
-
-
-
-
diff --git a/app/test/test_table_combined.c b/app/test/test_table_combined.c
index 73ad0155d677..f72b634bff70 100644
--- a/app/test/test_table_combined.c
+++ b/app/test/test_table_combined.c
@@ -840,4 +840,3 @@  test_table_hash_cuckoo_combined(void)
 
 	return 0;
 }
-
diff --git a/app/test/test_table_tables.c b/app/test/test_table_tables.c
index 21c4086c2321..1aa269f95d27 100644
--- a/app/test/test_table_tables.c
+++ b/app/test/test_table_tables.c
@@ -911,7 +911,7 @@  test_table_hash_cuckoo(void)
 		.n_keys = 1 << 16,
 		.n_buckets = 1 << 16,
 		.f_hash = pipeline_test_hash_cuckoo,
-		.seed = 0, 
+		.seed = 0,
 	};
 
 	table = rte_table_hash_cuckoo_ops.f_create(NULL, 0, entry_size);
@@ -1051,4 +1051,3 @@  test_table_hash_cuckoo(void)
 
 	return 0;
 }
-