There should not be blank lines at end of files.
Signed-off-by: Stephen Hemminger <[email protected]>
---
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(-)
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;
}
-
--
2.20.1