devtools: forbid indent with tabs in Meson
authorDavid Marchand <david.marchand@redhat.com>
Fri, 22 Oct 2021 20:55:31 +0000 (22:55 +0200)
committerDavid Marchand <david.marchand@redhat.com>
Tue, 2 Nov 2021 18:25:30 +0000 (19:25 +0100)
commitf88b0b892204d071a46a629b00424a8d47055ba4
treefd6861d4c877af57078d48e07fc2a9cea8431563
parent2cdca6ed639fec7140998cd599a4b8aa9f8eee87
devtools: forbid indent with tabs in Meson

The rule for indentation in Meson in DPDK is 4 spaces.

Any tab should be flagged as an issue, let's extend the check and fix
existing offenders.

Fixes: 4ad4b20a7905 ("drivers: change indentation in build files")
Fixes: 2457705e6474 ("crypto/cnxk: add driver skeleton")
Fixes: 634b73104482 ("app/testpmd: build on Windows")
Fixes: 3a6bfc37eaf4 ("net/ice: support QoS config VF bandwidth in DCF")
Fixes: 8ef09fdc506b ("build: add optional NUMA and CPU counts detection")
Fixes: e1369718f553 ("common/octeontx: enable build only on 64-bit Linux")
Fixes: 2b504721bfda ("app/bbdev: enable la12xx")
Fixes: 6cc51b1293ce ("mem: instrument allocator for ASan")
Fixes: c75542ae4200 ("crypto/ipsec_mb: introduce IPsec_mb framework")
Fixes: 918fd2f1466b ("crypto/ipsec_mb: move aesni_mb PMD")
Fixes: 746825e5c0ea ("crypto/ipsec_mb: move aesni_gcm PMD")
Fixes: bc9ef81c42b4 ("crypto/ipsec_mb: move kasumi PMD")
Fixes: 4f1cfda59ad3 ("crypto/ipsec_mb: move snow3g PMD")
Fixes: cde8df1bda9d ("crypto/ipsec_mb: move zuc PMD")
Fixes: f16662885472 ("crypto/ipsec_mb: add chacha_poly PMD")

Signed-off-by: David Marchand <david.marchand@redhat.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Stephen Hemminger <stephen@networkplumber.org>
21 files changed:
app/pdump/meson.build
app/proc-info/meson.build
app/test-acl/meson.build
app/test-bbdev/meson.build
app/test-cmdline/meson.build
app/test-compress-perf/meson.build
app/test-crypto-perf/meson.build
app/test-eventdev/meson.build
app/test-fib/meson.build
app/test-flow-perf/meson.build
app/test-pipeline/meson.build
app/test-regex/meson.build
app/test-sad/meson.build
app/test/meson.build
config/meson.build
devtools/check-meson.py
drivers/compress/octeontx/meson.build
drivers/crypto/cnxk/meson.build
drivers/crypto/ipsec_mb/meson.build
drivers/crypto/qat/meson.build
drivers/net/ice/meson.build