drivers: change indentation in build files
[dpdk.git] / drivers / event / dpaa2 / meson.build
index 21aff62..dd5063a 100644 (file)
@@ -2,12 +2,14 @@
 # Copyright 2018 NXP
 
 if not is_linux
-       build = false
-       reason = 'only supported on Linux'
+    build = false
+    reason = 'only supported on Linux'
 endif
 deps += ['bus_vdev', 'net_dpaa2', 'crypto_dpaa2_sec']
-sources = files('dpaa2_hw_dpcon.c',
-               'dpaa2_eventdev.c',
-               'dpaa2_eventdev_selftest.c')
+sources = files(
+        'dpaa2_hw_dpcon.c',
+        'dpaa2_eventdev.c',
+        'dpaa2_eventdev_selftest.c',
+)
 
 includes += include_directories('../../crypto/dpaa2_sec/')