examples: reduce indentation in build files
[dpdk.git] / examples / vhost_crypto / meson.build
index 403f210..720f42d 100644 (file)
@@ -8,11 +8,11 @@
 
 build = dpdk_conf.has('RTE_LIB_VHOST')
 if not build
-       subdir_done()
+    subdir_done()
 endif
 
 allow_experimental_apis = true
 deps += ['vhost', 'cryptodev']
 sources = files(
-       'main.c'
+        'main.c',
 )