net/bnxt: fix null dereference in session cleanup
[dpdk.git] / app / test-fib / meson.build
index 3360ea0..eb36772 100644 (file)
@@ -2,9 +2,9 @@
 # Copyright(c) 2019 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')