From: Huawei Xie Date: Thu, 18 Jun 2015 17:55:53 +0000 (+0800) Subject: mbuf: fix indent in version map X-Git-Tag: spdx-start~8980 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=340a1edfa95e008f31d6d7bffd05bd959c6b75c3;p=dpdk.git mbuf: fix indent in version map Use tab rather than space. Signed-off-by: Huawei Xie Acked-by: Olivier Matz --- diff --git a/lib/librte_mbuf/rte_mbuf_version.map b/lib/librte_mbuf/rte_mbuf_version.map index 7ae2244af2..543dc4c741 100644 --- a/lib/librte_mbuf/rte_mbuf_version.map +++ b/lib/librte_mbuf/rte_mbuf_version.map @@ -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;