]> git.droids-corp.org - dpdk.git/blobdiff - app/pdump/meson.build
doc: add GRE option flow item to feature list
[dpdk.git] / app / pdump / meson.build
index db1fcadbfe2cb4634970e259fe9ced0f3db0bcb7..fb282bba1fc16e545e750c94d19a4b5e2feef660 100644 (file)
@@ -2,9 +2,9 @@
 # Copyright(c) 2018 Intel Corporation
 
 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')