drivers: change indentation in build files
[dpdk.git] / drivers / crypto / nitrox / meson.build
index 9c0e89c..2fdae03 100644 (file)
@@ -2,17 +2,17 @@
 # Copyright(C) 2019 Marvell International Ltd.
 
 if not is_linux
-       build = false
-       reason = 'only supported on Linux'
+    build = false
+    reason = 'only supported on Linux'
 endif
 
 deps += ['bus_pci']
 sources = files(
-               'nitrox_device.c',
-               'nitrox_hal.c',
-               'nitrox_logs.c',
-               'nitrox_sym.c',
-               'nitrox_sym_capabilities.c',
-               'nitrox_sym_reqmgr.c',
-               'nitrox_qp.c'
-               )
+        'nitrox_device.c',
+        'nitrox_hal.c',
+        'nitrox_logs.c',
+        'nitrox_sym.c',
+        'nitrox_sym_capabilities.c',
+        'nitrox_sym_reqmgr.c',
+        'nitrox_qp.c'
+)