drivers: change indentation in build files
[dpdk.git] / drivers / net / hinic / meson.build
index 61ea395..dbcf177 100644 (file)
@@ -2,19 +2,19 @@
 # Copyright(c) 2017 Huawei Technologies Co., Ltd
 
 if is_windows
-       build = false
-       reason = 'not supported on Windows'
-       subdir_done()
+    build = false
+    reason = 'not supported on Windows'
+    subdir_done()
 endif
 
 subdir('base')
 objs = [base_objs]
 
 sources = files(
-       'hinic_pmd_ethdev.c',
-       'hinic_pmd_rx.c',
-       'hinic_pmd_tx.c',
-       'hinic_pmd_flow.c',
-       )
+        'hinic_pmd_ethdev.c',
+        'hinic_pmd_rx.c',
+        'hinic_pmd_tx.c',
+        'hinic_pmd_flow.c',
+)
 
 includes += include_directories('base')