drivers: change indentation in build files
[dpdk.git] / drivers / mempool / cnxk / meson.build
index 3282b5e..e28a9e0 100644 (file)
@@ -3,14 +3,16 @@
 #
 
 if not is_linux or not dpdk_conf.get('RTE_ARCH_64')
-       build = false
-       reason = 'only supported on 64-bit Linux'
-       subdir_done()
+    build = false
+    reason = 'only supported on 64-bit Linux'
+    subdir_done()
 endif
 
-sources = files('cnxk_mempool.c',
-               'cnxk_mempool_ops.c',
-               'cn9k_mempool_ops.c',
-               'cn10k_mempool_ops.c')
+sources = files(
+        'cnxk_mempool.c',
+        'cnxk_mempool_ops.c',
+        'cn9k_mempool_ops.c',
+        'cn10k_mempool_ops.c',
+)
 
 deps += ['eal', 'mbuf', 'kvargs', 'bus_pci', 'common_cnxk', 'mempool']