]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/af_packet/meson.build
drivers: change indentation in build files
[dpdk.git] / drivers / net / af_packet / meson.build
index 50a2f05d3494b86cd8eb9559639396abd1b99471..c014e9b61b94bb5e8e2ef95aabf02cd10e7be903 100644 (file)
@@ -2,7 +2,7 @@
 # Copyright(c) 2017 Intel Corporation
 
 if not is_linux
-       build = false
-       reason = 'only supported on Linux'
+    build = false
+    reason = 'only supported on Linux'
 endif
 sources = files('rte_eth_af_packet.c')