net/enic: avoid error message when no advanced filtering
[dpdk.git] / examples / ethtool / meson.build
index 4d08bc4..d7f63d4 100644 (file)
@@ -8,17 +8,19 @@
 
 build = is_linux
 if not build
-       subdir_done()
+    subdir_done()
 endif
 
-sources = files('lib/rte_ethtool.c',
-       'ethtool-app/ethapp.c',
-       'ethtool-app/main.c')
+sources = files(
+        'lib/rte_ethtool.c',
+        'ethtool-app/ethapp.c',
+        'ethtool-app/main.c',
+)
 includes = include_directories('lib', 'ethtool-app')
 
 deps += 'bus_pci'
 if dpdk_conf.has('RTE_NET_IXGBE')
-       deps += 'net_ixgbe'
+    deps += 'net_ixgbe'
 endif
 
 allow_experimental_apis = true