drivers: change indentation in build files
[dpdk.git] / drivers / net / ena / meson.build
index 772fbfc..cc912fc 100644 (file)
@@ -2,14 +2,16 @@
 # Copyright(c) 2018 Intel Corporation
 
 if is_windows
-       build = false
-       reason = 'not supported on Windows'
-       subdir_done()
+    build = false
+    reason = 'not supported on Windows'
+    subdir_done()
 endif
 
-sources = files('ena_ethdev.c',
-       'base/ena_com.c',
-       'base/ena_eth_com.c')
+sources = files(
+        'ena_ethdev.c',
+        'base/ena_com.c',
+        'base/ena_eth_com.c',
+)
 
 deps += ['timer']