net/virtio: unmap PCI device in secondary process
[dpdk.git] / app / test-cmdline / meson.build
index 0898821..6027f67 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('commands.c', 'cmdline_test.c')