mbuf: fix indent in version map
[dpdk.git] / lib / librte_mbuf / rte_mbuf_version.map
index 7ae2244..543dc4c 100644 (file)
@@ -13,9 +13,9 @@ DPDK_2.0 {
 };
 
 DPDK_2.1 {
-       global:
+       global:
 
-       rte_pktmbuf_pool_create;
+       rte_pktmbuf_pool_create;
 
-       local: *;
+       local: *;
 } DPDK_2.0;