drivers: change indentation in build files
[dpdk.git] / drivers / net / mvneta / meson.build
index 0be7b3d..f4452b3 100644 (file)
@@ -4,23 +4,23 @@
 # All rights reserved.
 
 if is_windows
-       build = false
-       reason = 'not supported on Windows'
-       subdir_done()
+    build = false
+    reason = 'not supported on Windows'
+    subdir_done()
 endif
 
 dep = dependency('libmusdk', required: false, method: 'pkg-config')
 if not dep.found()
-       build = false
-       reason = 'missing dependency, "libmusdk"'
-       subdir_done()
+    build = false
+    reason = 'missing dependency, "libmusdk"'
+    subdir_done()
 endif
 
 ext_deps += dep
 
 sources = files(
-       'mvneta_ethdev.c',
-       'mvneta_rxtx.c'
+        'mvneta_ethdev.c',
+        'mvneta_rxtx.c',
 )
 
 deps += ['cfgfile', 'common_mvep']