net/i40e: improve scalar Tx performance
[dpdk.git] / drivers / net / liquidio / meson.build
index 4965ebe..ebadbf3 100644 (file)
@@ -2,13 +2,15 @@
 # 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('base/lio_23xx_vf.c',
-       'base/lio_mbox.c',
-       'lio_ethdev.c',
-       'lio_rxtx.c')
+sources = files(
+        'base/lio_23xx_vf.c',
+        'base/lio_mbox.c',
+        'lio_ethdev.c',
+        'lio_rxtx.c',
+)
 includes += include_directories('base')