Remove quoted white space before newline.

Signed-off-by: Anoob Joseph <anoob.jos...@caviumnetworks.com>
---
 examples/l2fwd/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/l2fwd/main.c b/examples/l2fwd/main.c
index 6c23215..829f981 100644
--- a/examples/l2fwd/main.c
+++ b/examples/l2fwd/main.c
@@ -700,7 +700,7 @@ main(int argc, char **argv)
                        rte_exit(EXIT_FAILURE, "rte_eth_dev_start:err=%d, 
port=%u\n",
                                  ret, portid);
 
-               printf("done: \n");
+               printf("done:\n");
 
                rte_eth_promiscuous_enable(portid);
 
-- 
2.7.4

Reply via email to