drivers: change indentation in build files
[dpdk.git] / drivers / crypto / mvsam / meson.build
index b4c55b5..c0c828f 100644 (file)
@@ -5,9 +5,9 @@
 
 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