drivers: change indentation in build files
[dpdk.git] / drivers / raw / ntb / meson.build
index 1b7c6eb..9096f2b 100644 (file)
@@ -1,8 +1,7 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2019 Intel Corporation.
 
-deps += ['rawdev', 'mbuf', 'mempool',
-        'pci', 'bus_pci']
+deps += ['rawdev', 'mbuf', 'mempool', 'pci', 'bus_pci']
 sources = files('ntb.c',
                 'ntb_hw_intel.c')
 headers = files('rte_pmd_ntb.h')