[3/5] pmdinfogen: remove blank line at eof

Message ID 20190731145742.10776-4-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
  No need for blank line at end of file.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
---
 buildtools/pmdinfogen/pmdinfogen.h | 1 -
 1 file changed, 1 deletion(-)
  

Patch

diff --git a/buildtools/pmdinfogen/pmdinfogen.h b/buildtools/pmdinfogen/pmdinfogen.h
index 27bab30e5eb0..c8a9e2136add 100644
--- a/buildtools/pmdinfogen/pmdinfogen.h
+++ b/buildtools/pmdinfogen/pmdinfogen.h
@@ -122,4 +122,3 @@  struct elf_info {
 
 	struct pmd_driver *drivers;
 };
-