]> git.droids-corp.org - dpdk.git/blobdiff - app/test-regex/meson.build
test/crypto-perf: extend asymmetric crypto throughput test
[dpdk.git] / app / test-regex / meson.build
index 02b101980eb550e20ae989d991f5b97854c461cd..e3ba060e55069ebd9a14599099fcafdc4d044f85 100644 (file)
@@ -2,9 +2,9 @@
 # Copyright 2020 Mellanox Technologies, Ltd
 
 if is_windows
-       build = false
-       reason = 'not supported on Windows'
-       subdir_done()
+    build = false
+    reason = 'not supported on Windows'
+    subdir_done()
 endif
 
 sources = files('main.c')