]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/null/meson.build
net/af_packet: remove timestamp from packet status
[dpdk.git] / drivers / net / null / meson.build
index d9fb88fd7d42bc6fbe64be312b03a5319e77764b..0251578aab31c39a3fc54bd0aea06f8d4060ed73 100644 (file)
@@ -2,9 +2,9 @@
 # Copyright(c) 2017 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('rte_eth_null.c')