lib: fix whitespace
[dpdk.git] / lib / librte_cmdline / cmdline_cirbuf.c
index b9f9f4b..f506f88 100644 (file)
@@ -464,4 +464,3 @@ cirbuf_get_tail(struct cirbuf * cbuf)
 {
        return cbuf->buf[cbuf->end];
 }
-