[1/5] examples: remove extra blank lines at eof

Message ID 20190731145742.10776-2-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
ci/iol-Compile-Testing success Compile Testing PASS
ci/intel-Performance-Testing success Performance Testing PASS
ci/mellanox-Performance-Testing success Performance Testing PASS

Commit Message

Stephen Hemminger July 31, 2019, 2:57 p.m. UTC
  There should not be blank lines at end of files.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
---
 examples/flow_filtering/flow_blocks.c | 1 -
 examples/l3fwd-power/perf_core.c      | 1 -
 examples/vhost_scsi/vhost_scsi.c      | 1 -
 3 files changed, 3 deletions(-)
  

Patch

diff --git a/examples/flow_filtering/flow_blocks.c b/examples/flow_filtering/flow_blocks.c
index 1edf6f9c625c..575d79281074 100644
--- a/examples/flow_filtering/flow_blocks.c
+++ b/examples/flow_filtering/flow_blocks.c
@@ -98,4 +98,3 @@  generate_ipv4_flow(uint16_t port_id, uint16_t rx_q,
 
 	return flow;
 }
-
diff --git a/examples/l3fwd-power/perf_core.c b/examples/l3fwd-power/perf_core.c
index 83948ea21b2d..0a294dfcc826 100644
--- a/examples/l3fwd-power/perf_core.c
+++ b/examples/l3fwd-power/perf_core.c
@@ -227,4 +227,3 @@  parse_perf_core_list(const char *corelist)
 
 	return 0;
 }
-
diff --git a/examples/vhost_scsi/vhost_scsi.c b/examples/vhost_scsi/vhost_scsi.c
index 513af0cca4bc..a92630c77c40 100644
--- a/examples/vhost_scsi/vhost_scsi.c
+++ b/examples/vhost_scsi/vhost_scsi.c
@@ -485,4 +485,3 @@  int main(int argc, char *argv[])
 
 	return 0;
 }
-