drivers: change indentation in build files
[dpdk.git] / drivers / net / octeontx / base / meson.build
index b8fe4b3..0a69dfd 100644 (file)
@@ -2,24 +2,24 @@
 # Copyright(c) 2017 Cavium, Inc
 
 sources = [
-       'octeontx_pkovf.c',
-       'octeontx_pkivf.c',
-       'octeontx_bgx.c'
+        'octeontx_pkovf.c',
+        'octeontx_pkivf.c',
+        'octeontx_bgx.c'
 ]
 
 depends = ['ethdev', 'mempool_octeontx']
 static_objs = []
 foreach d: depends
-       if not is_variable('shared_rte_' + d)
-               subdir_done()
-       endif
-       static_objs += get_variable('static_rte_' + d)
+    if not is_variable('shared_rte_' + d)
+        subdir_done()
+    endif
+    static_objs += get_variable('static_rte_' + d)
 endforeach
 
 c_args = cflags
 base_lib = static_library('octeontx_base', sources,
-       c_args: c_args,
-       dependencies: static_objs,
+    c_args: c_args,
+    dependencies: static_objs,
 )
 
 base_objs = base_lib.extract_all_objects()