]> git.droids-corp.org - dpdk.git/blobdiff - examples/ioat/meson.build
net/ice: fix memzone leak after device init failure
[dpdk.git] / examples / ioat / meson.build
index e348196ba3426cedc8f59bdaeb8476eb738f243c..68bce1ab03dae7af1596bff582bcbf0e79e31af9 100644 (file)
@@ -9,11 +9,11 @@
 allow_experimental_apis = true
 build = dpdk_conf.has('RTE_RAW_IOAT')
 if not build
-       subdir_done()
+    subdir_done()
 endif
 
 deps += ['raw_ioat']
 
 sources = files(
-       'ioatfwd.c'
+        'ioatfwd.c',
 )